Skip to content

Commit 59dc5ad

Browse files
committed
remove invalid monkey patch require
1 parent feb313f commit 59dc5ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rakelib/rails.rake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ namespace :rails do
5252
ruby_opts_string += " -C \"#{ar_path}\""
5353
ruby_opts_string += " -rbundler/setup"
5454
ruby_opts_string += " -rminitest -rminitest/excludes" unless ENV['NO_EXCLUDES'].eql?('true')
55-
ruby_opts_string += " -rmonkey_patches"
5655
file_list = ENV["TEST"] ? FileList[ ENV["TEST"].split(',') ] : test_files_finder.call
5756
file_list_string = file_list.map { |fn| "\"#{fn}\"" }.join(' ')
5857
# test_loader_code = "-e \"ARGV.each{|f| require f}\"" # :direct

0 commit comments

Comments
 (0)