testgen 0.8.3 → 0.8.4
Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog
CHANGED
@@ -1,4 +1,8 @@
|
|
1
|
-
=== Version 0.8.
|
1
|
+
=== Version 0.8.4 / 2013-9-6
|
2
|
+
* Fix for Mohwak win32/screenshot require
|
3
|
+
* Updated Mohawk dependency to version 0.0.8
|
4
|
+
|
5
|
+
=== Version 0.8.3 / 2013-7-24
|
2
6
|
* Updated Mohawk's startup to match updates to gem
|
3
7
|
* Mohawk now takes screenshot when test fails
|
4
8
|
|
@@ -3,7 +3,7 @@ Feature: Adding the --with-mohawk flag
|
|
3
3
|
Scenario: Adding the mohawk gems to Gemfile
|
4
4
|
When I run `testgen project sample --with-mohawk`
|
5
5
|
Then a file named "sample/Gemfile" should exist
|
6
|
-
And the file "sample/Gemfile" should contain "gem 'mohawk', '~> 0.0.
|
6
|
+
And the file "sample/Gemfile" should contain "gem 'mohawk', '~> 0.0.8'"
|
7
7
|
And the file "sample/Gemfile" should contain "gem 'win32screenshot'"
|
8
8
|
And the file "sample/Gemfile" should contain "gem 'rake'"
|
9
9
|
|
@@ -11,7 +11,7 @@ Feature: Adding the --with-mohawk flag
|
|
11
11
|
When I run `testgen project sample --with-mohawk`
|
12
12
|
Then a file named "sample/features/support/env.rb" should exist
|
13
13
|
And the file "sample/features/support/env.rb" should contain "require 'mohawk'"
|
14
|
-
And the file "sample/features/support/env.rb" should contain "require '
|
14
|
+
And the file "sample/features/support/env.rb" should contain "require 'win32/screenshot'"
|
15
15
|
And the file "sample/features/support/env.rb" should contain "World(Mohawk::Navigation)"
|
16
16
|
|
17
17
|
Scenario: Creating the Driver and hooks
|
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: 0.8.
|
4
|
+
version: 0.8.4
|
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-
|
12
|
+
date: 2013-09-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: thor
|
@@ -141,7 +141,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
141
141
|
version: '0'
|
142
142
|
segments:
|
143
143
|
- 0
|
144
|
-
hash:
|
144
|
+
hash: 3477904881914766636
|
145
145
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
146
146
|
none: false
|
147
147
|
requirements:
|
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
150
|
version: '0'
|
151
151
|
segments:
|
152
152
|
- 0
|
153
|
-
hash:
|
153
|
+
hash: 3477904881914766636
|
154
154
|
requirements: []
|
155
155
|
rubyforge_project: testgen
|
156
156
|
rubygems_version: 1.8.25
|