Sha256: e14e12de2fd244a1c938034dffc51d69dc9289fcd3c36cacc1e0facb5547b5ab
Contents?: true
Size: 247 Bytes
Versions: 2
Compression:
Stored size: 247 Bytes
Contents
module SimpleShipping module CustomMatchers class BasicMatcher def failure_message "expected to #{description}" end def negative_failure_message "expected to not #{description}" end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_shipping-0.4.7 | spec/support/custom_matchers/basic_matcher.rb |
simple_shipping-0.4.6 | spec/support/custom_matchers/basic_matcher.rb |