Method: BaconExpect::Expectation#to
- Defined in:
- lib/bacon-expect/expectation.rb
#to(matcher) ⇒ Object
14 15 16 17 |
# File 'lib/bacon-expect/expectation.rb', line 14 def to(matcher) fail(matcher, false) unless matcher_passes(matcher) assert end |