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