0
0
Fork 0

Apply Rubocop Style/RedundantConstantBase (#23463)

This commit is contained in:
Nick Schonning 2023-02-17 22:30:03 -05:00 committed by GitHub
parent e4f37fad98
commit d65b2c1924
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 11 deletions

View file

@ -33,7 +33,7 @@ Devise::Test::ControllerHelpers.module_eval do
end
RSpec.configure do |config|
config.fixture_path = "#{::Rails.root}/spec/fixtures"
config.fixture_path = "#{Rails.root}/spec/fixtures"
config.use_transactional_fixtures = true
config.order = 'random'
config.infer_spec_type_from_file_location!