summaryrefslogtreecommitdiffstats
path: root/spec/unit/network/rest_authconfig_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/network/rest_authconfig_spec.rb')
-rwxr-xr-xspec/unit/network/rest_authconfig_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/network/rest_authconfig_spec.rb b/spec/unit/network/rest_authconfig_spec.rb
index 2d41c3e5b..79fa968e8 100755
--- a/spec/unit/network/rest_authconfig_spec.rb
+++ b/spec/unit/network/rest_authconfig_spec.rb
@@ -81,7 +81,7 @@ describe Puppet::Network::RestAuthConfig do
@authconfig.expects(:insert_default_acl)
- @authconfig.parse()
+ @authconfig.parse
end
end