Skip to content

Instantly share code, notes, and snippets.

@richdownie
Created April 17, 2010 14:23
Show Gist options
  • Save richdownie/369590 to your computer and use it in GitHub Desktop.
Save richdownie/369590 to your computer and use it in GitHub Desktop.
Hydra Testing [##############################>] 5/5
rdownie@upstate ~/rich_web/homeschool_v2 (git::test) $ rake hydra
(in /Users/rdownie/rich_web/homeschool_v2)
(::) failed steps (::)
undefined local variable or method `be_nil' for #<Cucumber::Rails::World:0x82d1beb0> (NameError)
./features/step_definitions/authentication_steps.rb:4:in `/^(?:|I )am not logged in$/'
features/homepage.feature:8:in `And I am not logged in'
(::) failed steps (::)
undefined local variable or method `be_nil' for #<Cucumber::Rails::World:0x82d1beb0> (NameError)
./features/step_definitions/authentication_steps.rb:4:in `/^(?:|I )am not logged in$/'
features/homepage.feature:8:in `And I am not logged in'
undefined local variable or method `be_nil' for #<Cucumber::Rails::World:0x82c0f774> (NameError)
./features/step_definitions/authentication_steps.rb:4:in `/^(?:|I )am not logged in$/'
features/login.feature:10:in `And I am not logged in'
undefined method `have_content' for #<Cucumber::Rails::World:0x82ce23e0> (NoMethodError)
./features/step_definitions/web_steps.rb:102
./features/step_definitions/web_steps.rb:13:in `with_scope'
./features/step_definitions/web_steps.rb:100:in `/^(?:|I )should see "([^\"]*)"(?: within "([^\"]*)")?$/'
features/login.feature:24:in `Then I should see "Invalid username or password, try again"'
(::) failed steps (::)
undefined local variable or method `be_nil' for #<Cucumber::Rails::World:0x82d1beb0> (NameError)
./features/step_definitions/authentication_steps.rb:4:in `/^(?:|I )am not logged in$/'
features/homepage.feature:8:in `And I am not logged in'
undefined local variable or method `be_nil' for #<Cucumber::Rails::World:0x82c0f774> (NameError)
./features/step_definitions/authentication_steps.rb:4:in `/^(?:|I )am not logged in$/'
features/login.feature:10:in `And I am not logged in'
undefined method `have_content' for #<Cucumber::Rails::World:0x82ce23e0> (NoMethodError)
./features/step_definitions/web_steps.rb:102
./features/step_definitions/web_steps.rb:13:in `with_scope'
./features/step_definitions/web_steps.rb:100:in `/^(?:|I )should see "([^\"]*)"(?: within "([^\"]*)")?$/'
features/login.feature:24:in `Then I should see "Invalid username or password, try again"'
You have a nil object when you didn't expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.include? (NoMethodError)
./features/step_definitions/authentication_steps.rb:10:in `/^(?:|I )am logged in$/'
features/logout.feature:6:in `Given I am logged in'
(::) failed steps (::)
undefined local variable or method `be_nil' for #<Cucumber::Rails::World:0x82d1beb0> (NameError)
./features/step_definitions/authentication_steps.rb:4:in `/^(?:|I )am not logged in$/'
features/homepage.feature:8:in `And I am not logged in'
undefined local variable or method `be_nil' for #<Cucumber::Rails::World:0x82c0f774> (NameError)
./features/step_definitions/authentication_steps.rb:4:in `/^(?:|I )am not logged in$/'
features/login.feature:10:in `And I am not logged in'
undefined method `have_content' for #<Cucumber::Rails::World:0x82ce23e0> (NoMethodError)
./features/step_definitions/web_steps.rb:102
./features/step_definitions/web_steps.rb:13:in `with_scope'
./features/step_definitions/web_steps.rb:100:in `/^(?:|I )should see "([^\"]*)"(?: within "([^\"]*)")?$/'
features/login.feature:24:in `Then I should see "Invalid username or password, try again"'
You have a nil object when you didn't expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.include? (NoMethodError)
./features/step_definitions/authentication_steps.rb:10:in `/^(?:|I )am logged in$/'
features/logout.feature:6:in `Given I am logged in'
undefined local variable or method `be_nil' for #<Cucumber::Rails::World:0x82a91bb8> (NameError)
./features/step_definitions/authentication_steps.rb:4:in `/^(?:|I )am not logged in$/'
features/register.feature:8:in `And I am not logged in'
(::) failed steps (::)
undefined local variable or method `be_nil' for #<Cucumber::Rails::World:0x82d1beb0> (NameError)
./features/step_definitions/authentication_steps.rb:4:in `/^(?:|I )am not logged in$/'
features/homepage.feature:8:in `And I am not logged in'
undefined local variable or method `be_nil' for #<Cucumber::Rails::World:0x82c0f774> (NameError)
./features/step_definitions/authentication_steps.rb:4:in `/^(?:|I )am not logged in$/'
features/login.feature:10:in `And I am not logged in'
undefined method `have_content' for #<Cucumber::Rails::World:0x82ce23e0> (NoMethodError)
./features/step_definitions/web_steps.rb:102
./features/step_definitions/web_steps.rb:13:in `with_scope'
./features/step_definitions/web_steps.rb:100:in `/^(?:|I )should see "([^\"]*)"(?: within "([^\"]*)")?$/'
features/login.feature:24:in `Then I should see "Invalid username or password, try again"'
You have a nil object when you didn't expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.include? (NoMethodError)
./features/step_definitions/authentication_steps.rb:10:in `/^(?:|I )am logged in$/'
features/logout.feature:6:in `Given I am logged in'
undefined local variable or method `be_nil' for #<Cucumber::Rails::World:0x82a91bb8> (NameError)
./features/step_definitions/authentication_steps.rb:4:in `/^(?:|I )am not logged in$/'
features/register.feature:8:in `And I am not logged in'
You have a nil object when you didn't expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.include? (NoMethodError)
./features/step_definitions/authentication_steps.rb:8:in `/^(?:|I )am logged in$/'
features/students.feature:4:in `Given I am logged in'
Hydra Testing [##############################>] 5/5
rdownie@upstate ~/rich_web/homeschool_v2 (git::test) $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment