Sha256: 5a0932e2319f5ec90477118b0e35b251e4f8f9d6e51797a3021ec6d874d48ad3
Contents?: true
Size: 233 Bytes
Versions: 11
Compression:
Stored size: 233 Bytes
Contents
RSpec::Matchers.define :have_output do |expected| match do |actual| actual.output == expected end end RSpec::Matchers.define :have_error_output do |expected| match do |actual| actual.error_output == expected end end
Version data entries
11 entries across 10 versions & 5 rubygems