From af86e9ba814926f9ee236aabc2ca905b5668af70 Mon Sep 17 00:00:00 2001 From: Bruce Williams Date: Thu, 18 Mar 2010 01:02:02 -0700 Subject: Subversion to use provider example group API for specs --- spec/unit/puppet/provider/vcsrepo/bzr_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/unit/puppet/provider/vcsrepo/bzr_spec.rb') diff --git a/spec/unit/puppet/provider/vcsrepo/bzr_spec.rb b/spec/unit/puppet/provider/vcsrepo/bzr_spec.rb index 67f9913..d122e60 100644 --- a/spec/unit/puppet/provider/vcsrepo/bzr_spec.rb +++ b/spec/unit/puppet/provider/vcsrepo/bzr_spec.rb @@ -27,14 +27,14 @@ describe_provider :vcsrepo, :bzr, :resource => {:path => '/tmp/vcsrepo'} do describe 'destroying' do it "it should remove the directory" do - FileUtils.expects(:rm_rf).with(resource.value(:path)) + expects_rm_rf provider.destroy end end describe "checking existence" do it "should check for the directory" do - File.expects(:directory?).with(File.join(resource.value(:path), '.bzr')) + expects_directory?(true, File.join(resource.value(:path), '.bzr')) provider.exists? end end -- cgit v1.2.3