Update example

Signed-off-by: Jere Julian <jere@arista.com>
This commit is contained in:
Jere Julian 2016-11-02 14:44:13 -04:00
parent a2dd8fe791
commit 0565d9084b

View file

@ -13,7 +13,7 @@ module Inspec::Resources
its(['cookbook_locks','omnibus','version']) { should eq('2.2.0') }
end
describe json({ command: 'curl -i -H \"Accept: application/json\" url' }) do
describe json({ command: 'retrieve_data.py --json' }) do
its('state') { should eq('open') }
end