Skip to content

Commit

Permalink
Remove needless print
Browse files Browse the repository at this point in the history
It seems to debug print.
  • Loading branch information
y-yagi committed Feb 17, 2018
1 parent 89bcca5 commit 933bbb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion railties/test/application/test_runner_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ def test_run_in_parallel_with_threads
app_path("/test/test_helper.rb") do |file_name|
file = File.read(file_name)
file.sub!(/parallelize\(([^\)]*)\)/, "parallelize(\\1, with: :threads)")
puts file
File.write(file_name, file)
end

Expand Down

0 comments on commit 933bbb9

Please sign in to comment.