disable test in jruby.

This commit is contained in:
Chris Eppstein 2011-04-28 21:18:32 -07:00
parent 92ce8c6dbf
commit f115d38788

View File

@ -32,6 +32,8 @@ class RailsIntegrationTest < Test::Unit::TestCase
end end
rescue LoadError rescue LoadError
puts "Skipping rails test. Couldn't Load rails" puts "Skipping rails test. Couldn't Load rails"
rescue NotImplementedError => e
puts "Skipping rails test: #{e}"
end end
def test_rails_install_with_no_dialog def test_rails_install_with_no_dialog