summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xspec/unit/ral/types/package.rb2
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