Skip to content

Commit

Permalink
Increase formatted output length
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj committed May 14, 2020
1 parent ff289d8 commit db68e5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -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

Expand Down

0 comments on commit db68e5f

Please sign in to comment.