examples/sinatra/features/support/env.rb in cucumber-0.3.103 vs examples/sinatra/features/support/env.rb in cucumber-0.3.104

- old
+ new

@@ -1,8 +1,8 @@ # See http://wiki.github.com/aslakhellesoy/cucumber/sinatra # for more details about Sinatra with Cucumber -gem 'rack-test', '=0.4.1' +gem 'rack-test', '>=0.5.0' gem 'sinatra', '=0.9.4' app_file = File.join(File.dirname(__FILE__), *%w[.. .. app.rb]) require app_file # Force the application name because polyglot breaks the auto-detection logic.