class RSpec::Expectations::Configuration
def max_formatted_output_length=(length)
-
length
(Fixnum
) -- the number of characters to limit the formatted output to.
def max_formatted_output_length=(length) RSpec::Support::ObjectFormatter.default_instance.max_formatted_output_length = length end