aboutsummaryrefslogtreecommitdiffstats
path: root/tools/test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test.rb')
-rw-r--r--tools/test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/test.rb b/tools/test.rb
index 50cce2081a..70f295b554 100644
--- a/tools/test.rb
+++ b/tools/test.rb
@@ -8,3 +8,5 @@ module Rails
@root ||= Pathname.new(COMPONENT_ROOT)
end
end
+
+Rails::TestUnitReporter.executable = "bin/test"