Commit 9b480535 by Wojciech Wnętrzak Committed by Geoff Harcourt

Fixed a build by freezeing cucumber-expressions gem to a known working version.

parent bb274b55
Given /^I generate a new rails application$/ do
steps %{
When I run `rails new #{APP_NAME} --skip-bundle`
When I successfully run `rails new #{APP_NAME} --skip-bundle`
And I cd to "#{APP_NAME}"
}
......
......@@ -38,6 +38,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('aws-sdk', '>= 2.3.0', '< 3.0')
s.add_development_dependency('bourne')
s.add_development_dependency('cucumber-rails')
s.add_development_dependency('cucumber-expressions', '4.0.3') # TODO: investigate failures on 4.0.4
s.add_development_dependency('aruba', '~> 0.9.0')
s.add_development_dependency('nokogiri')
s.add_development_dependency('capybara')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment