Skip to content

Instantly share code, notes, and snippets.

@maxwell
Created April 5, 2012 18:14
Show Gist options
  • Select an option

  • Save maxwell/2312949 to your computer and use it in GitHub Desktop.

Select an option

Save maxwell/2312949 to your computer and use it in GitHub Desktop.
failures with gc patch in cucumber
...............................................................................................................................................................................................................................................................................................................................................................................................................................................................F----.................................................................................................................................................................. .................................................................................................................................................................................................P.................................................................................................................................................................................................F--------------------------------F----------------F--F------------F--F------------......F---......F----------------------------------------F----F-------------------------------F--F-----F--F------------------------------------------------------
(::) pending steps (::)
features/post_viewer.feature:14:in `And I should have seen all of my posts displayed with the correct template'
(::) failed steps (::)
expected there to be content "I am eating a yogurt" in "Stream My Activity\n▼\nRobert100592854 Grimm10008385b\nRobert100592854\nMy Activity\n@Mentions\n\nStream\nMy Aspects\nSelect all\nBesties\nUnicorns\nPostingTo\nNotPostingThingsHere\n+ Add an aspect\n#Followed Tags\nPostingTo\n\n\n\n\n\nYou should add some more contacts!\n\nYou can search or invite more contacts. Or you can share with community spotlight\nPostingTo\nInvite your friends\nFrom Facebook\nBy email\nConnect to Cubbi.es\nCubbi.es is the first Diaspora application under development. Learn more\nWelcome New Users\nFollow #NewHere and welcome new users to Diaspora*!\nLearn more\nNeed Help?\nThe Diaspora community is here!\nDo you:\n... have a #question?\n... find a #bug?\n... have a #feature suggestion?\n\nDiasporial & Wiki & Forum: Community-powered tutorials, how-to, and news\nEmail your feedback, if you prefer\nConnect Services\nYou can connect the following services to Diaspora:\nBookmarklet\nPost to Diaspora from anywhere by bookmarking this link.\n@joindiaspora github blog code what's new?" (RSpec::Expectations::ExpectationNotMetError)
./features/step_definitions/web_steps.rb:111:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:13:in `with_scope'
./features/step_definitions/web_steps.rb:109:in `/^(?:|I )should see "([^"]*)"(?: within "([^"]*)")?$/'
features/mentions_from_profile_page.feature:32:in `Then I should see "I am eating a yogurt"'
undefined method `name' for false:FalseClass (NoMethodError)
./features/support/user_cuke_helpers.rb:9:in `create_user'
./features/step_definitions/user_steps.rb:14:in `/^a user with username "([^\"]*)"$/'
features/posts_from_main_page.feature:8:in `Given a user with username "bob"'
undefined method `name' for false:FalseClass (NoMethodError)
./features/support/user_cuke_helpers.rb:9:in `create_user'
./features/step_definitions/user_steps.rb:14:in `/^a user with username "([^\"]*)"$/'
features/posts_from_main_page.feature:8:in `Given a user with username "bob"'
undefined method `name' for false:FalseClass (NoMethodError)
./features/support/user_cuke_helpers.rb:9:in `create_user'
./features/step_definitions/user_steps.rb:19:in `/^a user named "([^\"]*)" with email "([^\"]*)"$/'
features/reshare.feature:8:in `Given a user named "Bob Jones" with email "bob@bob.bob"'
undefined method `name' for false:FalseClass (NoMethodError)
./features/support/user_cuke_helpers.rb:9:in `create_user'
./features/step_definitions/user_steps.rb:14:in `/^a user with username "([^\"]*)"$/'
features/show_more.feature:8:in `Given a user with username "bob"'
expected: "/getting_started"
got: "/users" (using ==) (RSpec::Expectations::ExpectationNotMetError)
./features/step_definitions/web_steps.rb:199:in `/^(?:|I )should be on (.+)$/'
features/signs_up.feature:11:in `Then I should be on the getting started page'
undefined method `name' for false:FalseClass (NoMethodError)
./features/support/user_cuke_helpers.rb:9:in `create_user'
./features/step_definitions/user_steps.rb:10:in `/^a user with email "([^\"]*)"$/'
features/stops_following_users.feature:8:in `Given a user with email "bob@bob.bob"'
undefined method `name' for false:FalseClass (NoMethodError)
./features/support/user_cuke_helpers.rb:9:in `create_user'
./features/step_definitions/user_steps.rb:19:in `/^a user named "([^\"]*)" with email "([^\"]*)"$/'
features/tags.feature:5:in `Given there is a user "Samuel Beckett" who's tagged "#rockstar"'
undefined method `name' for false:FalseClass (NoMethodError)
./features/support/user_cuke_helpers.rb:9:in `create_user'
./features/step_definitions/user_steps.rb:14:in `/^a user with username "([^\"]*)"$/'
features/trumpeter.feature:4:in `Given a user with username "bob"'
Failing Scenarios:
cucumber features/mentions_from_profile_page.feature:21 # Scenario: mentioning while posting to all aspects
cucumber features/posts_from_main_page.feature:159 # Scenario: post 2 in a row using the aspects-dropdown
cucumber features/posts_from_main_page.feature:188 # Scenario: reject deletion one of my posts
cucumber features/reshare.feature:14 # Scenario: When I reshare, it shows up on my profile page
cucumber features/show_more.feature:12 # Scenario: post a very long message
cucumber features/signs_up.feature:16 # Scenario: new user goes through the setup wizard
cucumber features/stops_following_users.feature:14 # Scenario: stop following someone while on their profile page
cucumber features/tags.feature:9 # Scenario: Searching for a tag
cucumber features/trumpeter.feature:8 # Scenario: Posting a public message with a photo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment