We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb313f commit 59dc5adCopy full SHA for 59dc5ad
rakelib/rails.rake
@@ -52,7 +52,6 @@ namespace :rails do
52
ruby_opts_string += " -C \"#{ar_path}\""
53
ruby_opts_string += " -rbundler/setup"
54
ruby_opts_string += " -rminitest -rminitest/excludes" unless ENV['NO_EXCLUDES'].eql?('true')
55
- ruby_opts_string += " -rmonkey_patches"
56
file_list = ENV["TEST"] ? FileList[ ENV["TEST"].split(',') ] : test_files_finder.call
57
file_list_string = file_list.map { |fn| "\"#{fn}\"" }.join(' ')
58
# test_loader_code = "-e \"ARGV.each{|f| require f}\"" # :direct
0 commit comments