Skip to content

Commit e355abd

Browse files
committed
Update ruby_aem version check.
1 parent cbf2433 commit e355abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/inspec/aem_base_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
end
1515

1616
it { should be_installed }
17-
its('version') { should eq '3.13.1' }
17+
its('version') { should eq '3.14.0' }
1818
end
1919

2020
describe gem('ruby_aem_aws', '/opt/puppetlabs/puppet/bin/gem') do

0 commit comments

Comments
 (0)