Apply Rubocop Style/RedundantConstantBase (#23463)
This commit is contained in:
parent
e4f37fad98
commit
d65b2c1924
4 changed files with 3 additions and 11 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue