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
2025-03-01 05:47:29 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
65f4766bec
inspec
/
examples
/
custom-resource
/
controls
/
example.rb
5 lines
103 B
Ruby
Raw
Normal View
History
Unescape
Escape
mostly a search and replace for gordon -> example Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-10-09 00:08:28 -07:00
describe
example
do
its
(
'crime_rate'
)
{
should
be
<
2
}
Allow custom resources to access all other resources (#3108) Signed-off-by: Jared Quick <jquick@chef.io>
2018-06-06 11:56:51 -04:00
it
{
should
have_a_fabulous_mustache
}
end
Reference in a new issue
Copy permalink