Class: RSpec::Support::ObjectFormatter

Inherits:
Object
  • Object
show all
Defined in:
lib/super_diff/rspec/monkey_patches.rb

Instance Method Summary collapse

Instance Method Details

#format(value) ⇒ Object

Override to use our formatting algorithm



208
209
210
# File 'lib/super_diff/rspec/monkey_patches.rb', line 208

def format(value)
  SuperDiff::ObjectInspection.inspect(value, as_single_line: true)
end