spec/spec_helper.rb in build-dependency-1.5.0 vs spec/spec_helper.rb in build-dependency-1.5.1

- old
+ new

@@ -5,7 +5,8 @@ # Enable flags like --only-failures and --next-failure config.example_status_persistence_file_path = ".rspec_status" config.expect_with :rspec do |c| c.syntax = :expect + c.max_formatted_output_length = 2000 end end