mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
0b33644819
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> |
||
---|---|---|
.. | ||
cookbooks/os_prepare | ||
functional | ||
integration | ||
unit | ||
docker_run.rb | ||
docker_test.rb | ||
helper.rb |