Skip to content

Commit

Permalink
Merge pull request #9 from Paul-Clewell/master
Browse files Browse the repository at this point in the history
Fix for Rake Warning
  • Loading branch information
cheezy committed Dec 12, 2014
2 parents ac0b647 + 9c49bb2 commit be5d4c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions features/testgen_project.feature
Expand Up @@ -14,6 +14,7 @@ Feature: Generating a project with TestGen
Then a file named "sample/Gemfile" should exist
And the file "sample/Gemfile" should contain "gem 'cucumber'"
And the file "sample/Gemfile" should contain "gem 'rspec'"
And the file "sample/Gemfile" should contain "gem 'rake'"
And the file "sample/Gemfile" should contain "source 'https://rubygems.org'"


Expand Down
1 change: 1 addition & 0 deletions lib/testgen/generators/project/Gemfile.tt
Expand Up @@ -2,6 +2,7 @@ source 'https://rubygems.org'

gem 'cucumber'
gem 'rspec'
gem 'rake'
<% unless pageobject_driver.downcase == 'none' -%>
gem 'page-object'
<% end -%>
Expand Down

0 comments on commit be5d4c8

Please sign in to comment.