The use of `eq` instead of `include` premits to have a nice diff after the `expected/got` oneliners.tags/v2.0.2
describe file('/tmp/salt_mapdata_dump.yaml') do | describe file('/tmp/salt_mapdata_dump.yaml') do | ||||
it { should exist } | it { should exist } | ||||
its('content') { should include mapdata_dump } | |||||
its('content') { should eq mapdata_dump } | |||||
end | end | ||||
end | end |