X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=spec%2Facceptance%2Funsupported_spec.rb;h=3f7468530b91728f99cee6a59d4b0ef17b8b6b72;hb=71ebb94283618ca99faf9c3fd9d65557f2d774d6;hp=08dca76b845390cd3e3a4444240db9b6682ebe17;hpb=01cff19fa872fed5dc44284b02856a74823ba0e7;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/spec/acceptance/unsupported_spec.rb b/spec/acceptance/unsupported_spec.rb index 08dca76..3f74685 100644 --- a/spec/acceptance/unsupported_spec.rb +++ b/spec/acceptance/unsupported_spec.rb @@ -5,6 +5,6 @@ describe 'unsupported distributions and OSes', :if => UNSUPPORTED_PLATFORMS.incl pp = <<-EOS class { 'apt': } EOS - expect(apply_manifest(pp, :expect_failures => true).stderr).to match(/unsupported/i) + expect(apply_manifest(pp, :expect_failures => true).stderr).to match(/This module only works on Debian or derivatives like Ubuntu/i) end end