From 54f3a18eeceb12c99a7a7463048cd13ee6a51778 Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Wed, 7 Oct 2015 22:47:05 +0200 Subject: Output inline is set to true in the plugin. Change the reporter to just read the option. Pass output_inline where needed in tests. --- railties/lib/rails/test_unit/reporter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib/rails') diff --git a/railties/lib/rails/test_unit/reporter.rb b/railties/lib/rails/test_unit/reporter.rb index 8f1116b6af..e1fe92a11b 100644 --- a/railties/lib/rails/test_unit/reporter.rb +++ b/railties/lib/rails/test_unit/reporter.rb @@ -49,7 +49,7 @@ module Rails private def output_inline? - options.fetch(:output_inline, true) + options[:output_inline] end def fail_fast? -- cgit v1.2.3