From db68e5fc8011d96d3e654885e4822973040f1137 Mon Sep 17 00:00:00 2001 From: Phil Pirozhkov Date: Sun, 26 Jan 2020 01:53:00 +0300 Subject: [PATCH] Increase formatted output length --- spec/spec_helper.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index db988356dd..989c0c652a 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -37,6 +37,10 @@ def self.run_all(reporter = nil) mocks.verify_doubled_constant_names = true end + config.expect_with :rspec do |c| + c.max_formatted_output_length = 1000 + end + config.filter_run :focus config.run_all_when_everything_filtered = true