testgen 0.8 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +3 -0
- data/features/with_gametel_option.feature +2 -1
- data/lib/testgen/generators/project/env.rb.tt +2 -1
- data/lib/testgen/version.rb +1 -1
- metadata +2 -2
data/ChangeLog
CHANGED
@@ -25,9 +25,10 @@ Feature: Adding the --with-gametel flag
|
|
25
25
|
Scenario: Creating the Driver and hooks
|
26
26
|
When I run `testgen project sample --with-gametel`
|
27
27
|
Then a file named "sample/features/support/env.rb" should exist
|
28
|
-
And the file "sample/features/support/env.rb" should contain "@driver = Gametel.start(ACTIVITY_NAME_GOES_HERE
|
28
|
+
And the file "sample/features/support/env.rb" should contain "@driver = Gametel.start(ACTIVITY_NAME_GOES_HERE)"
|
29
29
|
And the file "sample/features/support/env.rb" should contain "Gametel.stop"
|
30
30
|
And the file "sample/features/support/env.rb" should contain "Gametel.apk_path = PATH_TO_APK"
|
31
|
+
And the file "sample/features/support/env.rb" should contain "Gametel.keystore = keystore"
|
31
32
|
|
32
33
|
|
33
34
|
Scenario: Should not create the hooks file
|
data/lib/testgen/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: testgen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.8.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-04-
|
12
|
+
date: 2013-04-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: thor
|