diff options
author | Matt Jankowski <mjankowski@thoughtbot.com> | 2017-04-15 07:30:57 -0400 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-15 13:30:57 +0200 |
commit | 355965c17b8b27fa2cdaa46962fef1644036f2ae (patch) | |
tree | 4796d09005588c2c2f35e0b6b82112cf77e5ad4f /spec | |
parent | 0f889523e461a33c2ccd364dcc63ae072978c96d (diff) |
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`
Diffstat (limited to 'spec')
-rw-r--r-- | spec/rails_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 536c5a774..60d45ddc0 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -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 |