Skip to content

Instantly share code, notes, and snippets.

@chrislerum
Created May 31, 2010 04:44
Show Gist options
  • Save chrislerum/419544 to your computer and use it in GitHub Desktop.
Save chrislerum/419544 to your computer and use it in GitHub Desktop.
1.9.2-head@rails3 ~/railsapps/rails-test-app sans_authlogic
cucumber features/logging_in.feature
Using the default profile...
...F----
(::) failed steps (::)
no link with title, id or text 'Login' found (Capybara::ElementNotFound)
./features/step_definitions/web_steps.rb:34:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:13:in `with_scope'
./features/step_definitions/web_steps.rb:33:in `/^(?:|I )follow "([^\"]*)"(?: within "([^\"]*)")?$/'
features/logging_in.feature:13:in `When I follow "Login"'
Failing Scenarios:
cucumber features/logging_in.feature:11 # Scenario: Logging in
1 scenario (1 failed)
7 steps (1 failed, 4 skipped, 2 passed)
0m0.189s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment