Module: Test::Unit
- Defined in:
- lib/assert_value.rb
Overview
Test/Unit from Ruby 1.9 has a strict option parser, need to explicitly add options there.
Note, this works only for tests that use ‘test/unit’. ‘minitest/autorun’ in old versions is not powerful enough to accept custom options. This is fixed in minitest 5.0.
Defined Under Namespace
Modules: AssertValueOption Classes: Runner