features/with_gametel_option.feature in testgen-0.6 vs features/with_gametel_option.feature in testgen-0.7
- old
+ new
@@ -13,15 +13,9 @@
And the file "sample/features/support/env.rb" should contain "require 'brazenhead'"
And the file "sample/features/support/env.rb" should contain "require 'brazenhead/server'"
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
And the file "sample/features/support/env.rb" should contain "keystore = {"
And the file "sample/features/support/env.rb" should contain ":path => File.expand_path('~/.android/debug.keystore')"