Class: RSpec::JsonMatchers::Expectations::Private::Nothing
- Inherits:
-
Core::SingletonExpectation
- Object
- RSpec::JsonMatchers::Expectation
- Core::SingletonExpectation
- RSpec::JsonMatchers::Expectations::Private::Nothing
- Defined in:
- lib/rspec/json_matchers/expectations/private.rb
Overview
Always “fail”
Instance Method Summary collapse
Methods inherited from Core::SingletonExpectation
Methods inherited from RSpec::JsonMatchers::Expectation
Instance Method Details
#expect?(*_args) ⇒ Boolean
152 153 154 |
# File 'lib/rspec/json_matchers/expectations/private.rb', line 152 def expect?(*_args) false end |