spec/spec_helper.rb in auth0-5.9.0 vs spec/spec_helper.rb in auth0-5.10.0

- old
+ new

@@ -49,9 +49,13 @@ require 'rspec' RSpec.configure do |config| config.filter_run focus: true config.run_all_when_everything_filtered = true config.include Credentials + + config.expect_with :rspec do |c| + c.max_formatted_output_length = 1000000 + end end def wait(time, increment = 5, elapsed_time = 0, &block) yield rescue RSpec::Expectations::ExpectationNotMetError => e