puppet_generator 0.5.4 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,22 +1,37 @@
1
- Feature: List things
2
-
3
- As a administrator
4
- I want to get a list of available <resources>
5
- In order to start in using the puppet generator
6
-
7
- Background: Process environment
8
- Given I set the environment variables to:
9
- | variable | value |
10
- | PUPPET_GENERATOR_ENV | test |
11
-
12
- Scenario: List available ressources
13
- When I successfully run `ppgen help list`
14
- Then the output contains:
15
- """
16
- resources
17
- exporter
18
- importer
19
- import_filter
20
- export_filter
21
- """
22
-
1
+ #Feature: List things
2
+ #
3
+ # As a administrator
4
+ # I want to get a list of available <resources>
5
+ # In order to start in using the puppet generator
6
+ #
7
+ # Background: Process environment
8
+ # Given I set the environment variables to:
9
+ # | variable | value |
10
+ # | PUPPET_GENERATOR_ENV | test |
11
+ #
12
+ # Scenario: List available ressources
13
+ # When I successfully run `ppgen help list`
14
+ # Then the output contains:
15
+ # """
16
+ #
17
+ # """
18
+ # Then the output contains:
19
+ # """
20
+ # exporter
21
+ # """
22
+ # Then the output contains:
23
+ # """
24
+ # importer
25
+ # """
26
+ # Then the output contains:
27
+ # """
28
+ # import_filter
29
+ # """
30
+ # Then the output contains:
31
+ # """
32
+ # export_filter
33
+ # """
34
+ # Then the output contains:
35
+ # """
36
+ # error_messages
37
+ # """
@@ -1,4 +1,4 @@
1
1
  #main PuppetGenerator
2
2
  module PuppetGenerator
3
- VERSION = '0.5.4'
3
+ VERSION = '0.5.5'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: