Skip to content

Commit

Permalink
Includes Devise::Test::ControllerHelpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Scherz committed Apr 6, 2024
1 parent 6358680 commit 1dfa294
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ def ci_build?
config.include OptionalExample

config.include Devise::Test::IntegrationHelpers, type: :feature
config.include Devise::Test::ControllerHelpers, type: :controller
config.include Devise::Test::ControllerHelpers, type: :helper
# config.include Devise::Test::ControllerHelpers, type: :controller
# config.include Devise::Test::ControllerHelpers, type: :helper
config.include Devise::Test::ControllerHelpers

config.before :suite do
DatabaseCleaner.clean_with(:truncation)
Expand Down

0 comments on commit 1dfa294

Please sign in to comment.