diff options
author | Luke Kanies <luke@madstop.com> | 2007-11-26 19:33:53 -0600 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-11-26 19:33:53 -0600 |
commit | 47890f9b0558f0ea934835b3ef54e7e6ba0df4b4 (patch) | |
tree | 084f02d2ba1a887e86ffa92b29945303e3a94a4f /spec/unit | |
parent | 12ebbe2442e8f05585fb1c0bd9dcbe052fd59ba7 (diff) | |
download | puppet-47890f9b0558f0ea934835b3ef54e7e6ba0df4b4.tar.gz puppet-47890f9b0558f0ea934835b3ef54e7e6ba0df4b4.tar.xz puppet-47890f9b0558f0ea934835b3ef54e7e6ba0df4b4.zip |
Fixing a test that was erroneously testing for the wrong feature
Diffstat (limited to 'spec/unit')
-rwxr-xr-x | spec/unit/ral/types/package.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |