From 761a4d26c7b05f91d914033236d14a3557e6eab6 Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Wed, 24 Sep 2014 15:27:06 -0700 Subject: [PATCH] Fix a test that broke with #326. --- spec/defines/builddep_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/defines/builddep_spec.rb b/spec/defines/builddep_spec.rb index 88cdf4f..8836693 100644 --- a/spec/defines/builddep_spec.rb +++ b/spec/defines/builddep_spec.rb @@ -5,7 +5,7 @@ describe 'apt::builddep', :type => :define do let(:title) { 'my_package' } describe "defaults" do - it { should contain_exec("apt-builddep-my_package").that_notifies('Exec[apt_update]').with({ + it { should contain_exec("apt-builddep-my_package").that_requires('Exec[apt_update]').with({ 'command' => "/usr/bin/apt-get -y --force-yes build-dep my_package", 'logoutput' => 'on_failure' }) -- 2.45.2