about summary refs log tree commit homepage
path: root/test/integration.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration.rb')
-rw-r--r--test/integration.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration.rb b/test/integration.rb
index f3fd618..837bd1f 100644
--- a/test/integration.rb
+++ b/test/integration.rb
@@ -4,6 +4,10 @@ require './test/exec'
 class TestMogIntegration < Test::Unit::TestCase
   include TestExec
 
+  def test_dummy
+    assert true, "Ruby 1.8 Test::Unit is broken"
+  end
+
   def setup
     @to_close = []
     @trackers = ENV["MOG_TEST_TRACKERS"].split(/,/)