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.
- data/features/list.feature +37 -22
- data/lib/puppet_generator/version.rb +1 -1
- metadata +1 -1
data/features/list.feature
CHANGED
@@ -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
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
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
|
+
# """
|