Class: Scenarios::Base
- Inherits:
-
Object
- Object
- Scenarios::Base
- Defined in:
- lib/scenarios/base.rb
Overview
The base class is the one you’ll subclass in order to create a “scenario group”
Class Method Summary collapse
-
.scenario(name, &block) ⇒ Scenairos::Scenario
Create a new instance of ‘Scenario` and register it.