solidusio / solidus_auth_devise

🔑 Devise authentication for your Solidus store.
http://solidus.io
BSD 3-Clause "New" or "Revised" License
52 stars 124 forks source link

Switch to rails 5 spec keyword request syntax #80

Closed jhawthorn closed 7 years ago

jhawthorn commented 7 years ago

This adds the rails_test_params_backport gem which allows us to write requests in specs using the :params, :headers and :env options introduced in Rails 5.

This allows the same specs to run on both rails 4.2 and rails 5 without generating deprecation warnings.