Skip to content

Commit 050341e

Browse files
author
Kevin Paulisse
committed
Update all tests to run proper ENC
1 parent 4792d1f commit 050341e

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

spec/octocatalog-diff/integration/enc_override_spec.rb

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
hiera_config: 'hiera.yaml',
1313
hiera_path: 'hieradata',
1414
argv: [
15-
'--enc',
16-
OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh')
15+
'--enc', OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh')
1716
]
1817
)
1918
end
@@ -54,8 +53,7 @@
5453
hiera_path: 'hieradata',
5554
argv: [
5655
'--no-parallel',
57-
'--enc',
58-
OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh'),
56+
'--enc', OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh'),
5957
'--enc-override', 'parameters::role=two'
6058
]
6159
)
@@ -95,8 +93,7 @@
9593
hiera_path: 'hieradata',
9694
argv: [
9795
'--no-parallel',
98-
'--enc',
99-
OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh'),
96+
'--enc', OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh'),
10097
'--to-enc-override', 'parameters::role=two'
10198
]
10299
)
@@ -141,8 +138,7 @@
141138
hiera_path: 'hieradata',
142139
argv: [
143140
'--no-parallel',
144-
'--enc',
145-
OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh'),
141+
'--enc', OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh'),
146142
'--from-enc-override', 'parameters::role=two'
147143
]
148144
)
@@ -187,8 +183,7 @@
187183
hiera_path: 'hieradata',
188184
argv: [
189185
'--no-parallel',
190-
'--enc',
191-
OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh'),
186+
'--enc', OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh'),
192187
'--enc-override', 'parameters::role=two',
193188
'--catalog-only'
194189
]
@@ -216,6 +211,7 @@
216211
'-n', 'rspec-node.github.net',
217212
'--bootstrapped-to-dir', OctocatalogDiff::Spec.fixture_path('repos/enc-overrides'),
218213
'--bootstrapped-from-dir', OctocatalogDiff::Spec.fixture_path('repos/enc-overrides'),
214+
'--enc', OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh'),
219215
'--to-enc-override', 'parameters::role=two',
220216
'--output-format', 'json',
221217
'--fact-file', OctocatalogDiff::Spec.fixture_path('facts/valid-facts.yaml'),

0 commit comments

Comments
 (0)