Skip to content

Commit

Permalink
fix Rails/RootPathnameMethods linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Aug 26, 2024
1 parent e44814a commit 433cb2b
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 @@ -10,7 +10,7 @@
# Add additional requires below this line. Rails is not loaded until this point!

# auto-require all ruby files in the support directory
Dir[Rails.root.join('spec', 'support', '*.rb')].each { |f| require f }
Rails.root.glob('spec/support/*.rb').each { |f| require f }

require 'view_component/test_helpers'
require 'capybara/rspec'
Expand Down

0 comments on commit 433cb2b

Please sign in to comment.