Skip to content

Commit

Permalink
UNSAFE style Rails/RootPathnameMethods
Browse files Browse the repository at this point in the history
  • Loading branch information
mkllnk committed Jan 9, 2025
1 parent c1198c8 commit f8788d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/base_spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories.
Dir[Rails.root.join("spec/support/**/*.rb")].sort.each { |f| require f }
Rails.root.glob("spec/support/**/*.rb").sort.each { |f| require f }

Capybara.server = :puma
Capybara.disable_animation = true
Expand Down

0 comments on commit f8788d3

Please sign in to comment.