This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
inspec
Watch
2
Star
0
Fork
You've already forked inspec
0
mirror of
https://github.com/inspec/inspec
synced
2024-12-18 09:03:12 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c2a65942d9
inspec
/
test
/
unit
/
mock
/
profiles
/
skippy-profile-os
/
controls
/
one.rb
4 lines
101 B
Ruby
Raw
Normal View
History
Unescape
Escape
api: inspec.yml supports now adds tests w/o running Instead of just removing all tests because of OS support, supports now acts by adding all tests to the execution context, but doesnt actually execute them. Instead tests are set to skip before they get to the actual execution context
2016-04-05 16:07:00 +00:00
describe
command
(
'touch /tmp/inspec_test_DONT_CREATE'
)
do
Use only strings in resource examples, docs and tests
2016-05-03 22:14:33 +00:00
its
(
'exit_status'
)
{
should
eq
123
}
api: inspec.yml supports now adds tests w/o running Instead of just removing all tests because of OS support, supports now acts by adding all tests to the execution context, but doesnt actually execute them. Instead tests are set to skip before they get to the actual execution context
2016-04-05 16:07:00 +00:00
end
Reference in a new issue
Copy permalink