module RSpec::Hanami::Matchers

Public Instance Methods

differ() click to toggle source
# File lib/rspec/hanami/matchers/match_entity_schema.rb, line 33
def differ
  RSpec::Support::Differ.new(
    color: RSpec::Matchers.configuration.color?
  )
end