features/with_mohawk_option.feature in testgen-0.8.4 vs features/with_mohawk_option.feature in testgen-0.8.5
- old
+ new
@@ -1,10 +1,11 @@
Feature: Adding the --with-mohawk flag
Scenario: Adding the mohawk gems to Gemfile
When I run `testgen project sample --with-mohawk`
Then a file named "sample/Gemfile" should exist
- And the file "sample/Gemfile" should contain "gem 'mohawk', '~> 0.0.8'"
+ And the file "sample/Gemfile" should contain "gem 'mohawk', '~> 0.1'"
+ And the file "sample/Gemfile" should contain "gem 'ffi', '1.9.0'"
And the file "sample/Gemfile" should contain "gem 'win32screenshot'"
And the file "sample/Gemfile" should contain "gem 'rake'"
Scenario: Adding mohawk to env.rb
When I run `testgen project sample --with-mohawk`