mirror of
https://github.com/inspec/inspec
synced 2025-02-17 14:38:43 +00:00
Unlike `Inspec::Test` this supports having multiple tests within one block that describes a resource. This has now been seen as an optimization problem where a resource may be computed once and tested multiple times with `it` and `its` within the body. If successful, it requires a follow-up to deprecated Inspec::Test and remove it for 2.0 completely with a recommendation to use Inspec::Describe. Signed-off-by: Dominik Richter <dominik.richter@gmail.com> |
||
---|---|---|
.. | ||
control_test.rb | ||
describe_test.rb | ||
objects_test.rb | ||
other_keywords_test.rb |