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 16, 2024
1 parent 6358680 commit 1245f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def ci_build?
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

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

0 comments on commit 1245f83

Please sign in to comment.