Skip to content

Instantly share code, notes, and snippets.

@stevenheidel
Created August 31, 2010 01:59
Show Gist options
  • Save stevenheidel/558408 to your computer and use it in GitHub Desktop.
Save stevenheidel/558408 to your computer and use it in GitHub Desktop.
(::) failed steps (::)
undefined method `name' for nil:NilClass (NoMethodError)
<internal:prelude>:10:in `synchronize'
./features/step_definitions/web_steps.rb:35:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:34:in `/^(?:|I )follow "([^"]*)"(?: within "([^"]*)")?$/'
features/refinery/manage_inquiries.feature:26:in `And I follow "Update who gets notified"'
undefined method `name' for nil:NilClass (NoMethodError)
<internal:prelude>:10:in `synchronize'
./features/step_definitions/web_steps.rb:35:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:34:in `/^(?:|I )follow "([^"]*)"(?: within "([^"]*)")?$/'
features/refinery/manage_inquiries.feature:36:in `And I follow "Edit confirmation email"'
Failing Scenarios:
cucumber features/refinery/manage_inquiries.feature:24 # Scenario: Updating who gets notified
cucumber features/refinery/manage_inquiries.feature:34 # Scenario: Updating confirmation email copy
53 scenarios (2 failed, 51 passed)
402 steps (2 failed, 10 skipped, 390 passed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment