diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-02-17 22:30:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-18 04:30:03 +0100 |
commit | d65b2c1924d8ff63c6e8c1b79d678e78e9126df9 (patch) | |
tree | b900699a4b002664c0b19e5564b755cf33b2e650 /spec | |
parent | e4f37fad98778b95738a771f720ca0b0eeb6cee8 (diff) |
Apply Rubocop Style/RedundantConstantBase (#23463)
Diffstat (limited to 'spec')
-rw-r--r-- | spec/rails_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index c197bc007..20e48b9a3 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -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! |