testgen 0.8.6 → 0.8.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/ChangeLog +3 -0
- data/features/testgen_project.feature +1 -0
- data/lib/testgen/generators/project/Gemfile.tt +1 -0
- data/lib/testgen/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6efb741ac6e4e2fd8ec3bafb7e86dccc65c2521e
|
4
|
+
data.tar.gz: 60a2861e958766767ccf505432f132d659a8096b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98b7131969419b17c53cd7704ed357a2827e49e824b27fce57285fbf295e6f3a7c9814622017cd52c5a31df914167e2354f59faf4f2e606191adac159859e955
|
7
|
+
data.tar.gz: 72c7cd6a96ace531540d61d3065bae9c56ce6535703da0012b97386077d79271ead8a57af5e4a255c07ca6d709bb6fda33222120d563e032af569c5238b4c9b6
|
data/.gitignore
CHANGED
data/ChangeLog
CHANGED
@@ -14,6 +14,7 @@ Feature: Generating a project with TestGen
|
|
14
14
|
Then a file named "sample/Gemfile" should exist
|
15
15
|
And the file "sample/Gemfile" should contain "gem 'cucumber'"
|
16
16
|
And the file "sample/Gemfile" should contain "gem 'rspec'"
|
17
|
+
And the file "sample/Gemfile" should contain "gem 'rake'"
|
17
18
|
And the file "sample/Gemfile" should contain "source 'https://rubygems.org'"
|
18
19
|
|
19
20
|
|
data/lib/testgen/version.rb
CHANGED
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.
|
4
|
+
version: 0.8.7
|
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-
|
11
|
+
date: 2014-12-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|