Module: ChronoMachines::TestHelper
- Includes:
- Assertions
- Defined in:
- lib/chrono_machines/test_helper.rb
Defined Under Namespace
Modules: Assertions
Instance Method Summary collapse
Methods included from Assertions
Instance Method Details
#setup ⇒ Object
7 8 9 10 11 |
# File 'lib/chrono_machines/test_helper.rb', line 7 def setup super # Reset configuration before each test ChronoMachines.instance_variable_set(:@config, ChronoMachines::Configuration.new) end |