瀏覽代碼

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 年之前
父節點
當前提交
a472db6913
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      test/integration/default/controls/_mapdata_spec.rb

+ 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

Loading…
取消
儲存