Exception: Oselvar::Var::Core::UnexpectedPassError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/oselvar/var/core/execute.rb

Overview

Raised when an expected-to-fail example passes unexpectedly.

Instance Method Summary collapse

Constructor Details

#initialize(message = 'expected the example to fail, but it passed') ⇒ UnexpectedPassError

Returns a new instance of UnexpectedPassError.



15
16
17
# File 'lib/oselvar/var/core/execute.rb', line 15

def initialize(message = 'expected the example to fail, but it passed')
  super
end