update rubocop

This commit is contained in:
Pete Matsyburka
2024-09-29 11:35:58 +03:00
committed by Oleksandr Turchyn
parent 990b35be18
commit 4ecbbf8410
2 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ Capybara.register_driver(:headful_cuprite) do |app|
js_errors: true)
end
Dir[Rails.root.join('spec/support/**/*.rb')].each { |f| require f }
Rails.root.glob('spec/support/**/*.rb').each { |f| require f }
begin
ActiveRecord::Migration.maintain_test_schema!