mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +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> |
||
---|---|---|
.. | ||
bundles | ||
fetchers | ||
inspec | ||
matchers | ||
plugins | ||
resource_support | ||
resources | ||
source_readers | ||
utils | ||
inspec.rb |