cucumber-puppet 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :build:
3
- :patch: 2
3
+ :patch: 3
4
4
  :minor: 0
5
5
  :major: 0
@@ -2,7 +2,6 @@ Then /^package "([^\"]*)" should be "([^\"]*)"$/ do |package, state|
2
2
  steps %Q{
3
3
  Then there should be a resource "Package[#{package}]"
4
4
  And the state should be "#{state}"
5
- And the package should require "Exec[update_apt]"
6
5
  }
7
6
  end
8
7
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Nikolay Sturm
@@ -44,7 +44,7 @@ dependencies:
44
44
  version: "1.0"
45
45
  type: :runtime
46
46
  version_requirements: *id002
47
- description: cucumber-puppet allows you writing behavioural tests for your puppet manifest
47
+ description: cucumber-puppet supports writing behavioural tests for Puppet manifests
48
48
  email: cucumber-puppet@erisiandiscord.de
49
49
  executables:
50
50
  - cucumber-puppet