Created
July 24, 2014 13:59
-
-
Save peterberkenbosch/de25254c72403ae4b354 to your computer and use it in GitHub Desktop.
failing specs on master with bundle exec rake
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
Failures: | |
1) Spree::Admin::BaseController unauthorized request checks error | |
Failure/Error: expect(response).to redirect_to "/rooot" | |
Expected response to be a redirect to <http://test.host/rooot> but was a redirect to <http://test.host/>. | |
Expected "http://test.host/rooot" to be === "http://test.host/". | |
# ./spec/controllers/spree/admin/base_controller_spec.rb:22:in `block (3 levels) in <top (required)>' | |
Finished in 1.49 seconds | |
2 examples, 1 failure | |
Failed examples: | |
rspec ./spec/controllers/spree/admin/base_controller_spec.rb:19 # Spree::Admin::BaseController unauthorized request checks error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment