Skip to content

Commit

Permalink
Update deprecated Devise test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Yorkley committed Jan 9, 2021
1 parent fe55d54 commit bffd451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def handle_webmock_error(exception)
config.include Spree::MoneyHelper
config.include PreferencesHelper
config.include ControllerRequestsHelper, type: :controller
config.include Devise::TestHelpers, type: :controller
config.include Devise::Test::ControllerHelpers, type: :controller
config.include OpenFoodNetwork::ApiHelper, type: :controller
config.include OpenFoodNetwork::ControllerHelper, type: :controller
config.include Features::DatepickerHelper, type: :feature
Expand Down

0 comments on commit bffd451

Please sign in to comment.