Skip to content

Commit

Permalink
removed the require all for screens directory - cucumber already take…
Browse files Browse the repository at this point in the history
…s care of this
  • Loading branch information
cheezy committed Mar 24, 2013
1 parent a5d3923 commit e9d9121
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions features/with_gametel_option.feature
Expand Up @@ -15,12 +15,6 @@ Feature: Adding the --with-gametel flag
And the file "sample/features/support/env.rb" should contain "require 'gametel'"
And the file "sample/features/support/env.rb" should contain "World(Gametel::Navigation)"

Scenario: Adding require all to the env.rb
When I run `testgen project sample --with-gametel`
Then a file named "sample/features/support/env.rb" should exist
And the file "sample/features/support/env.rb" should contain "require 'require_all'"
And the file "sample/features/support/env.rb" should contain "require_rel 'screens'"

Scenario: Creating the keystore
When I run `testgen project sample --with-gametel`
Then a file named "sample/features/support/env.rb" should exist
Expand Down
3 changes: 0 additions & 3 deletions lib/testgen/generators/project/env.rb.tt
Expand Up @@ -16,9 +16,6 @@ require_all 'lib'
require 'brazenhead'
require 'brazenhead/server'
require 'gametel'
require 'require_all'

require_rel 'screens'

World(Gametel::Navigation)

Expand Down

0 comments on commit e9d9121

Please sign in to comment.