X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=spec%2Fdefines%2Fppa_spec.rb;h=521b42ba2b47897fc99b9c8b59f5769b73dfac59;hb=bca85cd945f8511edb0aa2dcf5e549772abea805;hp=7903e470377410d2df8320148c066970bb331445;hpb=913a64e1fd9a383cfa39a2bb7487cb2e76d79fa1;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/spec/defines/ppa_spec.rb b/spec/defines/ppa_spec.rb index 7903e47..521b42b 100644 --- a/spec/defines/ppa_spec.rb +++ b/spec/defines/ppa_spec.rb @@ -298,7 +298,7 @@ describe 'apt::ppa' do it do expect { is_expected.to compile - }.to raise_error(Puppet::Error, /supported on Ubuntu and LinuxMint only/) + }.to raise_error(Puppet::Error, /not currently supported on Debian/) end end end