inspec/test
Jerry Aldrich 20776b363d Add support for multiple descriptions for controls (#3424)
* Add support for multiple descriptions for controls

This adds the ability to specify multiple descriptions in controls.

Example:

```ruby
control 'my-control' do
  impact 1.0
  title 'My control'
  desc 'A default description'
  desc 'rational', 'I need an example'
  describe file('/tmp') do
    it { should be_directory }
  end
end
```

Many thanks to @jquick for helping me with the unit tests.
* Remove unused `descriptions` method
* Remove unused profile from test mocks
* Respond to feedback

Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
2018-09-26 13:28:57 -04:00
..
cookbooks/os_prepare Add audit-cookbook integration testing (#3431) 2018-09-25 15:53:26 -04:00
functional Add support for multiple descriptions for controls (#3424) 2018-09-26 13:28:57 -04:00
integration Add audit-cookbook integration testing (#3431) 2018-09-25 15:53:26 -04:00
unit Add support for multiple descriptions for controls (#3424) 2018-09-26 13:28:57 -04:00
docker_run.rb travis experiment: lower docker concurrency 2016-08-10 12:52:21 +01:00
docker_test.rb Load all dependent libraries, even if include_context isn't called 2016-09-04 20:55:20 +02:00
helper.rb Support the Busybox variant of netstat in the port resource (#3425) 2018-09-25 22:40:05 -04:00