Class: Smartest::ExecutionContext
- Inherits:
-
Object
- Object
- Smartest::ExecutionContext
- Includes:
- Expectations, Matchers
- Defined in:
- lib/smartest/execution_context.rb
Instance Method Summary collapse
-
#initialize(run_state: TestRunState.new) ⇒ ExecutionContext
constructor
A new instance of ExecutionContext.
Methods included from Matchers
#be_nil, #eq, #include, #raise_error
Methods included from Expectations
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 |