aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Schneeman <richard.schneeman@gmail.com>2015-06-21 21:40:36 -0500
committerRichard Schneeman <richard.schneeman@gmail.com>2015-06-21 21:40:36 -0500
commit9dbe3f9aa8325915907e313608504351a1ba19bb (patch)
treeef8fa5ef8ecc09b40bf1bd1f73a790e81d3c3783
parent7542aa8e3f52ae414869bef6f4057b071c423ff7 (diff)
parent3bcb637eab7d20c94b13cdcd6b24f30e976642b7 (diff)
downloadrails-9dbe3f9aa8325915907e313608504351a1ba19bb.tar.gz
rails-9dbe3f9aa8325915907e313608504351a1ba19bb.tar.bz2
rails-9dbe3f9aa8325915907e313608504351a1ba19bb.zip
Merge pull request #20655 from y-yagi/remove_unused_variable
remove unused variable in reporter test
-rw-r--r--railties/test/test_unit/reporter_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/test/test_unit/reporter_test.rb b/railties/test/test_unit/reporter_test.rb
index d619a3e515..f9c7888bc6 100644
--- a/railties/test/test_unit/reporter_test.rb
+++ b/railties/test/test_unit/reporter_test.rb
@@ -47,7 +47,6 @@ class TestUnitReporterTest < ActiveSupport::TestCase
original_executable = Rails::TestUnitReporter.executable
begin
Rails::TestUnitReporter.executable = "bin/test"
- verbose = Rails::TestUnitReporter.new @output, verbose: true
@reporter.record(failed_test)
@reporter.report