Skip to content
Snippets Groups Projects
Commit 355965c1 authored by Matt Jankowski's avatar Matt Jankowski Committed by Eugen
Browse files

Silence Devise deprecation warning about TestHelpers (#1840)

Devise changed their approach -
https://github.com/plataformatec/devise/commit/3f3ec236bb50a2ae8b0eede90d8f7ecd201d7dbb

This change silences a deprecation warning about `TestHelpers`
parent 0f889523
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ RSpec.configure do |config|
config.filter_rails_from_backtrace!
config.include Devise::Test::ControllerHelpers, type: :controller
config.include Devise::TestHelpers, type: :view
config.include Devise::Test::ControllerHelpers, type: :view
config.include Paperclip::Shoulda::Matchers
config.before :each, type: :feature do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment