spec/integration_spec.rb in parallel_tests-0.6.3 vs spec/integration_spec.rb in parallel_tests-0.6.4

- old
+ new

@@ -112,8 +112,8 @@ end it "passes test options to test::unit" do write "test/x1_test.rb", "require 'test/unit'; class XTest < Test::Unit::TestCase; def test_xxx; end; end" result = run_tests(:type => :test, :add => '--test-options "-v"') - result.should include('test_xxx(XTest)') # verbose output of every test + result.should include('test_xxx') # verbose output of every test end end