Class: PseudoExampleAborted

Inherits:
PseudoExample show all
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

Methods inherited from PseudoExample

#initialize, #metadata, #pending?

Constructor Details

This class inherits a constructor from PseudoExample

Instance Method Details

#exceptionString

Returns exception string.

Returns:

  • (String)

    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