cucumber-puppet 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/bin/cucumber-puppet +1 -1
- data/lib/cucumber-puppet/rake/task.rb +1 -1
- metadata +3 -3
data/VERSION.yml
CHANGED
data/bin/cucumber-puppet
CHANGED
@@ -39,7 +39,7 @@ class CucumberPuppetRakeTask
|
|
39
39
|
desc @desc
|
40
40
|
task @task_name do
|
41
41
|
command = []
|
42
|
-
command <<
|
42
|
+
command << Gem.bin_path('cucumber-puppet', 'cucumber-puppet')
|
43
43
|
command << cucumber_opts
|
44
44
|
command << "features"
|
45
45
|
command << Dir.glob("modules/*/features")
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cucumber-puppet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 2
|
10
|
+
version: 0.3.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Nikolay Sturm
|