mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 11:44:02 +00:00
Autocorrect Rails/RootPathnameMethods
This commit is contained in:
parent
a274940b5d
commit
a447ad90c4
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ include ERB::Util
|
|||
# run twice. It is recommended that you do not name files matching this glob to
|
||||
# end with _spec.rb. You can configure this pattern with with the --pattern
|
||||
# option on the command line or in ~/.rspec, .rspec or `.rspec-local`.
|
||||
Dir[Rails.root.join('spec/support/**/*.rb')].each { |f| require f }
|
||||
Rails.root.glob('spec/support/**/*.rb').each { |f| require f }
|
||||
|
||||
RSpec.configure do |config|
|
||||
# ## Mock Framework
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue