Class: Smartest::ExecutionContext

Inherits:
Object
  • Object
show all
Includes:
Expectations, Matchers
Defined in:
lib/smartest/execution_context.rb

Instance Method Summary collapse

Methods included from Matchers

#be_nil, #eq, #include, #raise_error

Methods included from Expectations

#expect

Constructor Details

#initialize(run_state: TestRunState.new) ⇒ ExecutionContext

Returns a new instance of ExecutionContext.



8
9
10
# File 'lib/smartest/execution_context.rb', line 8

def initialize(run_state: TestRunState.new)
  @run_state = run_state
end