Created
October 14, 2011 19:44
-
-
Save nhance/1288108 to your computer and use it in GitHub Desktop.
spree/spree failure on master
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
########################### api|sqlite3 (features) ########################### | |
cd api && bundle exec cucumber -p ci | |
Using the ci profile... | |
/Users/enhanced/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.3.4/lib/rack/backports/uri/common_192.rb:53: warning: already initialized constant WFKV_ | |
[DEPRECATION WARNING] Nested I18n namespace lookup under "activerecord.attributes.order" is no longer supported | |
...........................................................................F-............................................... | |
(::) failed steps (::) | |
expected: 1 | |
got: 0 (using ==) (RSpec::Expectations::ExpectationNotMetError) | |
./features/step_definitions/orders_steps.rb:88:in `/^the response should be an array with (\d+) products?/' | |
features/products.feature:21:in `And the response should be an array with 1 product' | |
Failing Scenarios: | |
cucumber -p ci features/products.feature:14 # Scenario: Retrieve a list of products after searching | |
17 scenarios (1 failed, 16 passed) | |
108 steps (1 failed, 1 skipped, 106 passed) | |
0m12.524s | |
rake aborted! | |
Command failed with status (1): [cd api && bundle exec cucumber -p ci...] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment