From 145655bde64def9e6149137bbb577778f501d890 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 8 Nov 2011 07:55:25 +0000 Subject: test/integration: skip dummy test with minitest setup is expensive with integration test since we wait for the monitor --- test/integration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration.rb b/test/integration.rb index 69725f3..a0c876b 100644 --- a/test/integration.rb +++ b/test/integration.rb @@ -6,7 +6,7 @@ class TestMogIntegration < Test::Unit::TestCase def test_dummy assert true, "Ruby 1.8 Test::Unit is broken" - end + end unless defined?(MiniTest) def setup @to_close = [] -- cgit v1.2.3-24-ge0c7