소스 검색
Merge pull request #192 from baby-gnu/test/mapdata-proper-inspec-diff
test(inspec): display proper diff when `_mapdata` mismatch
tags/v2.0.2
Imran Iqbal
4 년 전
No account linked to committer's email address
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
test/integration/default/controls/_mapdata_spec.rb
|
|
@@ -13,6 +13,6 @@ control '`map.jinja` YAML dump' do |
|
|
|
|
|
|
|
describe file('/tmp/salt_mapdata_dump.yaml') do |
|
|
|
it { should exist } |
|
|
|
its('content') { should include mapdata_dump } |
|
|
|
its('content') { should eq mapdata_dump } |
|
|
|
end |
|
|
|
end |