Merge pull request #192 from baby-gnu/test/mapdata-proper-inspec-diff

test(inspec): display proper diff when `_mapdata` mismatch
This commit is contained in:
Imran Iqbal 2020-08-26 15:29:50 +01:00 committed by GitHub
commit a472db6913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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