Skip to content

Commit

Permalink
Update to latest version of rspec-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
codez committed Dec 6, 2023
1 parent 97e647a commit 77c6092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ namespace :test do
"require 'simplecov'\nSimpleCov.start do\n" +
" coverage_dir 'coverage/spec'\nend\n")
file_replace(File.join(TEST_APP_ROOT, 'spec', 'rails_helper.rb'),
"# Dir[Rails.root.join('spec', 'support', '**', '*.rb')].sort.each { |f| require f }",
"Dir[Rails.root.join('spec', 'support', '**', '*.rb')].sort.each { |f| require f }")
"# Rails.root.glob('spec/support/**/*.rb').sort.each { |f| require f }",
"Rails.root.glob('spec/support/**/*.rb').sort.each { |f| require f }")
end
end

Expand Down

0 comments on commit 77c6092

Please sign in to comment.