mirror of
https://github.com/inspec/inspec
synced 2024-11-24 05:33:17 +00:00
2251270929
* 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>
1 line
16 B
Text
1 line
16 B
Text
[1] ‘0.5.1’
|