summaryrefslogtreecommitdiffstats
path: root/spec/unit/type/macauthorization_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/type/macauthorization_spec.rb')
-rwxr-xr-xspec/unit/type/macauthorization_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/type/macauthorization_spec.rb b/spec/unit/type/macauthorization_spec.rb
index 8785984fe..cc9f6783b 100755
--- a/spec/unit/type/macauthorization_spec.rb
+++ b/spec/unit/type/macauthorization_spec.rb
@@ -20,8 +20,8 @@ describe Puppet::Type.type(:macauthorization), "when checking macauthorization o
parameters = [:name,]
properties = [:auth_type, :allow_root, :authenticate_user, :auth_class,
- :comment, :group, :k_of_n, :mechanisms, :rule,
- :session_owner, :shared, :timeout, :tries]
+ :comment, :group, :k_of_n, :mechanisms, :rule,
+ :session_owner, :shared, :timeout, :tries]
parameters.each do |parameter|
it "should have a %s parameter" % parameter do