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