about summary refs log tree commit diff
path: root/spec/rails_helper.rb
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-02-17 22:30:03 -0500
committerGitHub <noreply@github.com>2023-02-18 04:30:03 +0100
commitd65b2c1924d8ff63c6e8c1b79d678e78e9126df9 (patch)
treeb900699a4b002664c0b19e5564b755cf33b2e650 /spec/rails_helper.rb
parente4f37fad98778b95738a771f720ca0b0eeb6cee8 (diff)
Apply Rubocop Style/RedundantConstantBase (#23463)
Diffstat (limited to 'spec/rails_helper.rb')
-rw-r--r--spec/rails_helper.rb2
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!