Fix Rails/RootPathnameMethods
cop (#31582)
This commit is contained in:
parent
5bcfe8d421
commit
bcc4b1078c
6 changed files with 6 additions and 6 deletions
|
@ -44,7 +44,7 @@ require 'chewy/rspec'
|
|||
require 'email_spec/rspec'
|
||||
require 'test_prof/recipes/rspec/before_all'
|
||||
|
||||
Dir[Rails.root.join('spec', 'support', '**', '*.rb')].each { |f| require f }
|
||||
Rails.root.glob('spec/support/**/*.rb').each { |f| require f }
|
||||
|
||||
ActiveRecord::Migration.maintain_test_schema!
|
||||
WebMock.disable_net_connect!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue