diff --git a/features/jetty-run.feature b/features/jetty-run.feature index a841f24..8bc4c5e 100644 --- a/features/jetty-run.feature +++ b/features/jetty-run.feature @@ -4,14 +4,16 @@ Feature: Run a rails application with jetty Given application with Gemfile.lock in "rails32x" Then jetty runs - Given application without Gemfile.lock in "rails32x" - Then jetty runs +# pending: therubyrhino has gems with jruby as platform - proxy needs +# Given application without Gemfile.lock in "rails32x" +# Then jetty runs Scenario: rails-3.1.x Given application with Gemfile.lock in "rails31x" Then jetty runs +# pending: maven can not resolve jquery-rails # Given application without Gemfile.lock in "rails31x" # Then jetty runs