class PseudoExampleAborted

class is describe object like RSpec::Core::Example with error in no expected code

Public Instance Methods

exception() click to toggle source

@return [String] exception string

# 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