Skip to content

Commit db68e5f

Browse files
committed
Increase formatted output length
1 parent ff289d8 commit db68e5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/spec_helper.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ def self.run_all(reporter = nil)
3737
mocks.verify_doubled_constant_names = true
3838
end
3939

40+
config.expect_with :rspec do |c|
41+
c.max_formatted_output_length = 1000
42+
end
43+
4044
config.filter_run :focus
4145
config.run_all_when_everything_filtered = true
4246

0 commit comments

Comments
 (0)