Module: Test::Unit

Defined in:
lib/assert_same.rb

Overview

Test/Unit from Ruby 1.9 can’t accept additional options like it did in 1.8:

ruby test.rb -- --foo

Now it has a strict option parser that considers all additional options as files. The right way to have an option now is to explicitly add it to Test/Unit parser.

Defined Under Namespace

Modules: AssertSameOption Classes: Runner