Skip to content

Commit

Permalink
Update rails_helper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
lodewiges authored Dec 5, 2024
1 parent a6ec1e8 commit d12c396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
config.include Devise::Test::ControllerHelpers, type: :controller

# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
config.fixture_path = Rails.root.join('spec', 'fixtures')
config.fixture_path = "#{::Rails.root}/spec/fixtures"

Check failure on line 36 in spec/rails_helper.rb

View workflow job for this annotation

GitHub Actions / Lint

[Correctable] Style/RedundantConstantBase: Remove redundant ::.

# If you're not using ActiveRecord, or you'd prefer not to run each of your
# examples within a transaction, remove the following line or assign false
Expand Down

0 comments on commit d12c396

Please sign in to comment.