diff --git a/spec/bundler/spec_helper.rb b/spec/bundler/spec_helper.rb index 4f67092bc7..2f4a1d45e4 100644 --- a/spec/bundler/spec_helper.rb +++ b/spec/bundler/spec_helper.rb @@ -58,6 +58,8 @@ RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = :expect + + c.max_formatted_output_length = 1000 end config.mock_with :rspec do |mocks|