Skip to content

Commit

Permalink
Review feedback: add verifier.
Browse files Browse the repository at this point in the history
Signed-off-by: Don Luchini <[email protected]>
  • Loading branch information
don-code committed Feb 16, 2019
1 parent e1fe994 commit 976b9ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/integration/resources/inspec/assert_functioning_spec.rb
Original file line number Diff line number Diff line change
@@ -955,3 +955,8 @@
its(:exit_status) { should eq 0 }
its(:stdout) { should match(/5242880/) }
end

describe command("docker inspect -f '{{ .HostConfig.ShmSize }}' memory") do
its(:exit_status) { should eq 0 }
its(:stdout) { should match(/67108864/) }
end

0 comments on commit 976b9ef

Please sign in to comment.