about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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 = []