Method: Easytest::Expectation#to_be_nil
- Defined in:
- lib/easytest/expectation.rb
#to_be_nil ⇒ Object
16 17 18 |
# File 'lib/easytest/expectation.rb', line 16 def to_be_nil Matcher::Nil.new(actual: actual, expected: nil, negate: negate).match! end |