inspec/test/unit/dsl
Dominik Richter 42ffd874de add Inspec::Describe for abstract describe state (#2010)
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>
2018-01-30 16:32:56 +01:00
..
control_test.rb bugfix: unindent description misbehaviors 2017-04-25 13:21:38 +02:00
describe_test.rb add Inspec::Describe for abstract describe state (#2010) 2018-01-30 16:32:56 +01:00
objects_test.rb Include ref when writing out inspec control objects (#2259) 2017-10-24 17:50:23 -04:00
other_keywords_test.rb Source reader should not hand back files with nil contents (#2003) 2017-07-11 21:33:55 +02:00