]> git.openstreetmap.org Git - chef.git/blob - test/integration/awscli/inspec/awscli_spec.rb
build(deps): bump kitchen-dokken from 2.20.7 to 2.20.8
[chef.git] / test / integration / awscli / inspec / awscli_spec.rb
1 describe command("/opt/awscli/v2/current/bin/aws --version") do
2   its("exit_status") { should eq 0 }
3 end