Class: PseudoExampleAborted
- Inherits:
-
PseudoExample
- Object
- PseudoExample
- PseudoExampleAborted
- Defined in:
- lib/onlyoffice_tcm_helper/models/pseudo_example_aborted.rb
Overview
class is describe object like RSpec::Core::Example with error in no expected code
Instance Attribute Summary
Attributes inherited from PseudoExample
#description, #execution_result
Instance Method Summary collapse
-
#exception ⇒ String
Exception string.
Methods inherited from PseudoExample
#initialize, #metadata, #pending?
Constructor Details
This class inherits a constructor from PseudoExample
Instance Method Details
#exception ⇒ String
Returns exception string.
6 7 8 9 10 |
# File 'lib/onlyoffice_tcm_helper/models/pseudo_example_aborted.rb', line 6 def exception "undefined local variable or method `tasdasdrue' " \ 'for #<RSpec::ExampleGroups::OnlyofficeTcmHelper::' \ 'StatusChecks:0x000000020b8400>' end |