Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 2616deb

Browse files
committed
Increase the default formatted output's length
Warning text that includes file paths was cut off when a spec was failing due to a Ruby warning.
1 parent e961660 commit 2616deb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def handle_current_dir_change
8686

8787
c.expect_with :rspec do |expectations|
8888
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
89+
expectations.max_formatted_output_length = 1000
8990
end
9091

9192
c.mock_with :rspec do |mocks|

0 commit comments

Comments
 (0)