inspec/test
Ben Abrams 0b33644819 adding versions to the gem resource (#3398)
This is useful when you have multiple versions of the same gem installed. It can be leveraged like so:
```
describe gem('rest-client') do
  its('versions') { should include /1.8\.\d+/ }
  its('versions') { should include /2.0\.\d+/ }
  its('versions.count') { should_be eq 2 }
end
```

Signed-off-by: Ben Abrams <me@benabrams.it>
2018-09-18 13:17:10 -04:00
..
cookbooks/os_prepare Fix the unit tests by pining to a older openssl cookbook. (#3251) 2018-07-25 13:08:12 -04:00
functional Plugins: Add support for 'bundles' migration (#3384) 2018-09-18 00:00:54 -04:00
integration Fixing AWS integration tests. (#3374) 2018-09-10 14:38:57 -04:00
unit adding versions to the gem resource (#3398) 2018-09-18 13:17:10 -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 Move habitat to v2 plugin. (#3404) 2018-09-18 13:10:07 -04:00