Sha256: 5656b4fcd19da3f75e0af12b8980dc646f01d52b6c5d070bf21b63568b3a347b
Contents?: true
Size: 186 Bytes
Versions: 36
Compression:
Stored size: 186 Bytes
Contents
# empty matcher to allow for mock expectations to fire RSpec::Matchers.define :meet_expectations do |expected| match do |actual| # do nothing expect(true).to be true end end
Version data entries
36 entries across 36 versions & 2 rubygems