From f115d38788ad46913613f604a005f82443df8669 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Thu, 28 Apr 2011 21:18:32 -0700 Subject: [PATCH] disable test in jruby. --- test/rails_integration_test.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/rails_integration_test.rb b/test/rails_integration_test.rb index 22f41661..622432a7 100644 --- a/test/rails_integration_test.rb +++ b/test/rails_integration_test.rb @@ -32,6 +32,8 @@ class RailsIntegrationTest < Test::Unit::TestCase end rescue LoadError puts "Skipping rails test. Couldn't Load rails" + rescue NotImplementedError => e + puts "Skipping rails test: #{e}" end def test_rails_install_with_no_dialog