From 47890f9b0558f0ea934835b3ef54e7e6ba0df4b4 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Mon, 26 Nov 2007 19:33:53 -0600 Subject: Fixing a test that was erroneously testing for the wrong feature --- spec/unit/ral/types/package.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/unit') diff --git a/spec/unit/ral/types/package.rb b/spec/unit/ral/types/package.rb index f037ef5c2..f7d93da6e 100755 --- a/spec/unit/ral/types/package.rb +++ b/spec/unit/ral/types/package.rb @@ -24,7 +24,7 @@ describe Puppet::Type::Package do end it "should have a :versionable feature" do - Puppet::Type::Package.provider_feature(:purgeable).should_not be_nil + Puppet::Type::Package.provider_feature(:versionable).should_not be_nil end it "should default to being installed" do -- cgit