Class: DuckTesting::Reporter::RaiseError
- Defined in:
- lib/duck_testing/reporter/raise_error.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from DuckTesting::Reporter::Base
Instance Method Details
#report ⇒ Object
Note:
Override Base#report.
7 8 9 |
# File 'lib/duck_testing/reporter/raise_error.rb', line 7 def report fail ContractViolationError, end |