0
0
Fork 0

Enable Rubocop Rails/FilePath (#23854)

This commit is contained in:
Nick Schonning 2023-05-03 23:50:40 -04:00 committed by GitHub
parent c97b611b6b
commit 1fe04f740a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 72 deletions

View file

@ -38,7 +38,7 @@ RSpec.configure do |config|
config.after :suite do
gc_counter = 0
FileUtils.rm_rf(Dir["#{Rails.root}/spec/test_files/"])
FileUtils.rm_rf(Dir[Rails.root.join('spec', 'test_files')])
end
config.after :each do