We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26edfa0 commit 1be2052Copy full SHA for 1be2052
test/integration/default/controls/config_spec.rb
@@ -15,6 +15,7 @@
15
its('content') { should include '"pkg": {"name": "' }
16
its('content') { should include '"service": {"name": "' }
17
its('content') { should include '"tofs": {"files_switch": ["any/path/can/be/used/here", "id", "roles", "osfinger", "os", "os_family"], "source_files": {"template-config-file-file-managed": ["example.tmpl.jinja"]}' }
18
+ its('content') { should include '"arch": "amd64"' }
19
its('content') { should include '"winner": "pillar"}' }
20
its('content') { should include 'winner of the merge: pillar' }
21
end
0 commit comments