about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-11-08 07:55:25 +0000
committerEric Wong <normalperson@yhbt.net>2011-11-08 07:55:25 +0000
commit145655bde64def9e6149137bbb577778f501d890 (patch)
tree8c2846ab6c6fda4d322dfef7dc249e5c039878cc
parenta3dcec56ef17d2c509b185d5ec97af773b508e27 (diff)
downloadmogilefs-client-145655bde64def9e6149137bbb577778f501d890.tar.gz
setup is expensive with integration test since we wait for the
monitor
-rw-r--r--test/integration.rb2
1 files changed, 1 insertions, 1 deletions
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 = []