Method: MotionSpec::Matcher::SingleMethod#fail!
- Defined in:
- lib/motion-spec/matcher/single_method.rb
#fail!(subject, negated) ⇒ Object
14 15 16 |
# File 'lib/motion-spec/matcher/single_method.rb', line 14 def fail!(subject, negated) fail FailedExpectation.new((subject, negated)) end |