Class: Reeve::Testing::Matchers::PassReeveCheck
- Defined in:
- lib/reeve/testing/matchers/pass_reeve_check.rb
Overview
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Base
#failure_message, #initialize, #invoked_by, #matches?, #reading, #supports_block_expectations?, #with
Constructor Details
This class inherits a constructor from Reeve::Testing::Matchers::Base
Class Method Details
Instance Method Details
#description ⇒ Object
16 17 18 |
# File 'lib/reeve/testing/matchers/pass_reeve_check.rb', line 16 def description "pass its reeve check" end |
#failure_message_when_negated ⇒ Object
20 21 22 |
# File 'lib/reeve/testing/matchers/pass_reeve_check.rb', line 20 def "expected #{result.check} to fail, but it passed: #{result.}" end |