inspec/test/unit
Jared Quick ac106a090e
Implement InSpec global attributes (#3318)
* Add yml attribute option.
* Add type matching.
* Add testing profile for global attributes testing all types.
* Allow attributes to be called within a control block.
* Fix attribut test issues and allow value to be set at runtime.
* Allow setting attr value after creation.
* Move attributes to global namespace.
* Move attributes to a singleton object.
* Add unit and updated functional testing.
* Rename attributes to attributes_test so the testhelper picks it up.
* Add attribute object tests and error types.
* Update with feedback changes.
* Remove extra line.
* Move attribute registry class file.
* Add documentation for attributes
* Rename rspec_extensions.
* Add some failing functional tests.
* Update docs and fix typos.

Signed-off-by: Jared Quick <jquick@chef.io>
2018-09-12 16:42:58 -04:00
..
bundles Cached profiles with Compliance Fetcher (#3221) 2018-08-28 09:11:38 -04:00
dependencies Add parent_profile field in json output (#3164) 2018-06-26 13:04:31 -04:00
dsl Generate describe code for an array of strings (#3227) 2018-07-19 15:00:21 -04:00
fetchers Add HTTP basic auth for URL based inspec deps (#3341) 2018-08-30 12:57:50 -04:00
mock Implement InSpec global attributes (#3318) 2018-09-12 16:42:58 -04:00
objects Implement InSpec global attributes (#3318) 2018-09-12 16:42:58 -04:00
plugin Plugins V2 API: CLI Command Plugin Type, Again (#3296) 2018-08-16 20:22:28 -04:00
profiles Support erb rendering (#3338) 2018-08-30 12:56:06 -04:00
reporters Allow the jsonAutomate report to be executed from cli (#3285) 2018-08-14 20:07:59 -04:00
resource_supports/aws Capture ArgumentErrors from aws. (#2673) 2018-02-17 16:50:35 +01:00
resources Add cloudlinux under redhat family (#2935) 2018-08-22 15:58:38 -04:00
source_readers Sort gotten file list on test (#2812) 2018-03-14 09:35:43 -04:00
utils nginx_conf resource: Fix include paths with quotes (#2726) 2018-05-03 09:53:20 -04:00
attribute_registry_test.rb Implement InSpec global attributes (#3318) 2018-09-12 16:42:58 -04:00
base_cli_test.rb Allow target-id passthrough (#3320) 2018-09-05 15:07:34 -04:00
cached_fetcher.rb Cached profiles with Compliance Fetcher (#3221) 2018-08-28 09:11:38 -04:00
file_provider_test.rb Remove meaningless stdout message (#2313) 2017-11-17 15:56:36 -05:00
helper.rb Rely on unit test helper to load resources, not individual AWS tests 2018-02-07 12:09:08 -05:00
runner_test.rb Allow ad-hoc runners to use rspec formats. (#2621) 2018-02-12 19:29:54 +01:00
shell_detector_test.rb Corrected some unit test warnings (#2242) 2017-10-17 14:49:26 +02:00