testgen 0.8.5 → 0.8.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ebd83403646d753f4924e26de1b6088e62008aff
4
- data.tar.gz: 70755d03b2124eeb52aeb1e1ff60e878912db6b3
3
+ metadata.gz: 4b8f40ad54e5da60b0bd2a5851de59e0a7d46829
4
+ data.tar.gz: 69c9417cc1493c037d0b83d711c0b821402bd719
5
5
  SHA512:
6
- metadata.gz: 1a19daa21eb3ef036a8cc0151d4bf894ece5f23fd5e86beda2d196c64bdc8c84505931aae5e198e4a2d79c2389fd01c61ba15072af5a776b3ed620c91d13fb6a
7
- data.tar.gz: 2227dd531f9fd4856d24083d0934203f3dadacef21d0d8cdecfc246c5336bbcbf7f223584ad3294aa0d6b004deb9d401ed5999b79ec24d6ee7593f0aa07aa1b1
6
+ metadata.gz: 997326565c259f0984c873b0eec90614cf30a17dc103f10c895b0ebec390b5a4e3dc4614309d6ec89326bfd25325433541565d402223d34ff6741e985f876039
7
+ data.tar.gz: 6be9b0e97dd96727f8b6a78aa39aa3bd1879389d80f20cf4218fa20597c2954997a2dc8cd1f9a7672578180372e3ca6be907eb3e86cb8d47156ca27cdf0134c5
data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ === Version 0.8.6 / 2014-6-25
2
+ * Updated to work with >= rspec 3.0
3
+
1
4
  === Version 0.8.5 / 2014-1-4
2
5
  * When using Mohawk it forces specific version of ffi
3
6
  * Updated Mohawk dependency
@@ -40,4 +40,4 @@ Feature: Generating a project with TestGen
40
40
 
41
41
  Scenario: Generating the env.rb file
42
42
  Then a file named "sample/features/support/env.rb" should exist
43
- And the file "sample/features/support/env.rb" should contain "require 'rspec-expectations'"
43
+ And the file "sample/features/support/env.rb" should contain "require 'rspec'"
@@ -2,7 +2,7 @@
2
2
  $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '../../', 'lib'))
3
3
 
4
4
  <% end -%>
5
- require 'rspec-expectations'
5
+ require 'rspec'
6
6
  <% unless pageobject_driver.downcase == 'none' -%>
7
7
  require 'page-object'
8
8
  <% end -%>
@@ -1,3 +1,3 @@
1
1
  module TestGen
2
- VERSION = "0.8.5"
2
+ VERSION = "0.8.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testgen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5
4
+ version: 0.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeffrey S. Morgan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-04 00:00:00.000000000 Z
11
+ date: 2014-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor