Skip to content

Instantly share code, notes, and snippets.

@peterberkenbosch
Created July 24, 2014 13:59
Show Gist options
  • Save peterberkenbosch/de25254c72403ae4b354 to your computer and use it in GitHub Desktop.
Save peterberkenbosch/de25254c72403ae4b354 to your computer and use it in GitHub Desktop.
failing specs on master with bundle exec rake
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