소스 검색

test(inspec): display proper diff when `_mapdata` mismatch

The use of `eq` instead of `include` premits to have a nice diff after
the `expected/got` oneliners.
tags/v2.0.2
Daniel Dehennin 4 년 전
부모
커밋
1c99556695
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…
취소
저장