blob: d30f4f66d44eb9f60b913eb0ea478f6d49de3f89 [file] [log] [blame]
control "Check run_test.sh" do
describe file('/tmp/kitchen/tests/run_tests.sh') do
it {should be_file}
it {should be_executable}
end
end