Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
neutron
/
9d3ec82a6c6ff78ef55a1c12006e4d1e4812a4d3
/
.
/
tests
/
integration
/
default
/
inspec
/
smoke_spec.rb
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