Give clearer instructions around lsb-release
[puppet-modules/puppetlabs-apt.git] / spec / classes / params_spec.rb
index e28296b2cc9e2ce1f0bb1692500ee19788d884d8..5d7236ecaa3d3c8aa26595687a8b10cf69feb44f 100644 (file)
@@ -19,7 +19,7 @@ describe 'apt::params', :type => :class do
     it do
       expect {
         subject.call
-      }.to raise_error(Puppet::Error, /Unable to determine lsbdistid, is lsb-release installed/)
+      }.to raise_error(Puppet::Error, /Unable to determine lsbdistid, please install lsb-release first/)
     end
   end