]> git.openstreetmap.org Git - chef.git/blob - test/integration/fastly/inspec/cli_spec.rb
Disable non-functional hwraid.le-vert.net repository
[chef.git] / test / integration / fastly / inspec / cli_spec.rb
1 describe package("fastly") do
2   it { should be_installed }
3 end
4
5 describe command("fastly version") do
6   its(:exit_status) { should eq 0 }
7 end