Unverified Commit c93aee79 authored by Robin H. Johnson's avatar Robin H. Johnson
Browse files

spec/unit/type/package_accept_keywords_spec: only accept_keywords property, not keywords property.


Signed-off-by: default avatarRobin H. Johnson <robbat2@gentoo.org>
parent dfe0bdbd
...@@ -11,7 +11,7 @@ describe Puppet::Type.type(:package_accept_keywords) do ...@@ -11,7 +11,7 @@ describe Puppet::Type.type(:package_accept_keywords) do
describe "when validating attributes" do describe "when validating attributes" do
params = [:name] params = [:name]
properties = [:accept_keywords, :keywords, :target, :ensure, :version, :slot] properties = [:accept_keywords, :target, :ensure, :version, :slot]
params.each do |param| params.each do |param|
it "should have the #{param} param" do it "should have the #{param} param" do
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment