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
7085adf5e5
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 07:08:28 +00: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 15:56:51 +00:00
it
{
should
have_a_fabulous_mustache
}
end
Reference in a new issue
Copy permalink