disable test in jruby.
This commit is contained in:
parent
92ce8c6dbf
commit
f115d38788
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user