Created
January 21, 2012 16:42
-
-
Save itsbth/1653241 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Using the default profile... | |
| Disabling profiles... | |
| Feature: User management | |
| Scenario: Logging in with a new account[90m # features/users.feature:3[0m | |
| [32mWhen I log in[90m # features/step_definitions/user_steps.rb:9[0m[0m | |
| [32mThen I should get redirected to [32m[1mthe settings page[0m[0m[32m[90m # features/step_definitions/user_steps.rb:18[0m[0m | |
| [32mAnd I should get a [32m[1msuccess[0m[0m[32m flash[90m # features/step_definitions/user_steps.rb:28[0m[0m | |
| Scenario: Logging in with an existing account[90m # features/users.feature:8[0m | |
| [32mGiven a User exists with an identity url of "[32m[1mhttp://foo.com/[0m[0m[32m"[90m # factory_girl-2.4.2/lib/factory_girl/step_definitions.rb:119[0m[0m | |
| [32mWhen I log in as [32m[1mhttp://foo.com/[0m[0m[32m[90m # features/step_definitions/user_steps.rb:13[0m[0m | |
| [31mThen I should get redirected to [31m[1mthe home page[0m[0m[31m[90m # features/step_definitions/user_steps.rb:18[0m[0m | |
| [31m expected: "/"[0m | |
| [31m got: "/session/edit" (using ==) (RSpec::Expectations::ExpectationNotMetError)[0m | |
| [31m ./features/step_definitions/user_steps.rb:23:in `/^I should get redirected to (.+)$/'[0m | |
| [31m features/users.feature:11:in `Then I should get redirected to the home page'[0m | |
| [36mAnd I should get a [36m[1msuccess[0m[0m[36m flash[90m # features/step_definitions/user_steps.rb:28[0m[0m | |
| [31mFailing Scenarios:[0m | |
| [31mcucumber features/users.feature:8[0m[90m # Scenario: Logging in with an existing account[0m | |
| 2 scenarios ([31m1 failed[0m, [32m1 passed[0m) | |
| 7 steps ([31m1 failed[0m, [36m1 skipped[0m, [32m5 passed[0m) | |
| 0m2.193s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment