We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34a9c8f + 1c99556 commit a472db6Copy full SHA for a472db6
test/integration/default/controls/_mapdata_spec.rb
@@ -13,6 +13,6 @@
13
14
describe file('/tmp/salt_mapdata_dump.yaml') do
15
it { should exist }
16
- its('content') { should include mapdata_dump }
+ its('content') { should eq mapdata_dump }
17
end
18
0 commit comments