Skip to content

Instantly share code, notes, and snippets.

@pedrodelgallego
Created April 23, 2010 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pedrodelgallego/376867 to your computer and use it in GitHub Desktop.
Save pedrodelgallego/376867 to your computer and use it in GitHub Desktop.
Scenario: List the most popular gists of the moment # features/home_page.feature:5
Given I am on the homepage # features/step_definitions/web_steps.rb:18
And an awesome gist exists # features/step_definitions/base_steps.rb:1
Then I should see "This gist is awesome" # features/step_definitions/web_steps.rb:99
undefined method `assert' for #<Object:0x..fdb40ebbe> (NoMethodError)
./features/step_definitions/web_steps.rb:104
./features/step_definitions/web_steps.rb:13:in `with_scope'
./features/step_definitions/web_steps.rb:100:in `/^(?:|I )should see "([^\"]*)"(?: within "([^\"]*)")?$/'
features/home_page.feature:8:in `Then I should see "This gist is awesome"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment