inspec/test/unit/mock/profiles/wrapper-override
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
..
controls Add support for multiple descriptions for controls (#3424) 2018-09-26 13:28:57 -04:00
vendor/e39eb85366b272bae98e5eecdfac9f84c50a9ae9dd625fba2ce847268a6c3477 Add support for multiple descriptions for controls (#3424) 2018-09-26 13:28:57 -04:00
inspec.lock Fix control merging when overriding child controls (#3155) 2018-06-21 13:37:47 -04:00
inspec.yml Add support for multiple descriptions for controls (#3424) 2018-09-26 13:28:57 -04:00
README.md Fix control merging when overriding child controls (#3155) 2018-06-21 13:37:47 -04:00