Class: RSpec::Expectations::Differ

Inherits:
Object
  • Object
show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/fail_with.rb

Constant Summary collapse

OBJECT_PREPARER =
lambda do |object|
  RSpec::Matchers::Composable.surface_descriptions_in(object)
end