X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=spec%2Fdefines%2Fkey_spec.rb;h=334924d2b7ce1fdcbf468dc2d1d30f18ae386881;hb=e014fc04ed8358e4f7c2e87f7434df9817a4c7bb;hp=13616d97acc14f73c8d6dd84c5fb6b2402fb39a6;hpb=4815fa1f5482814e1d1a7e1626277aa35e3fc67c;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/spec/defines/key_spec.rb b/spec/defines/key_spec.rb index 13616d9..334924d 100644 --- a/spec/defines/key_spec.rb +++ b/spec/defines/key_spec.rb @@ -251,7 +251,7 @@ describe 'apt::key' do :content => [], } end it 'fails' do - expect { subject.call }.to raise_error(/expects a value of type Undef or String/) + expect { subject.call }.to raise_error(/expects a/) end end @@ -269,7 +269,7 @@ describe 'apt::key' do :options => {}, } end it 'fails' do - expect { subject.call }.to raise_error(/expects a value of type Undef or String/) + expect { subject.call }.to raise_error(/expects a/) end end