module Test::Unit
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.