Are your Cucumber features that use the @javascript tag slowing you down?
Try adding the following to your Gemfile:
gem 'thin', :group => :test
and see what happens.
Are your Cucumber features that use the @javascript tag slowing you down?
Try adding the following to your Gemfile:
gem 'thin', :group => :test
and see what happens.