mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
* Added CRAN resource to check R modules control 'cran-1' do impact 1.0 desc ' Ensure R module DBI is installed. ' describe cpan('DBI') do it { should be_installed } its('version') { should cmp >= '3.0' } end end Signed-off-by: Markus Grobelin <grobi@koppzu.de> * cran resource: made lint happy, added negative unit test, removed unused arg perl_lib_path Signed-off-by: Markus Grobelin <grobi@koppzu.de> |
||
---|---|---|
.. | ||
bundles | ||
dependencies | ||
dsl | ||
fetchers | ||
mock | ||
objects | ||
plugins | ||
profiles | ||
resources | ||
source_readers | ||
utils | ||
file_provider_test.rb | ||
runner_test.rb | ||
shell_detector_test.rb |