Skip to content

Commit

Permalink
Apply Rails/RootPathnameMethods linting suggestion (RuboCop)
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Sep 21, 2024
1 parent 73b0fc8 commit 80b889d
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 @@ -26,7 +26,7 @@
# If you are not using ActiveRecord, you can remove this line.
ActiveRecord::Migration.maintain_test_schema!

Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f }
Rails.root.glob("spec/support/**/*.rb").each { |f| require f }

RSpec.configure do |config|
# Include Factory Girl syntax to simplify calls to factories
Expand Down

0 comments on commit 80b889d

Please sign in to comment.