summaryrefslogtreecommitdiffstats
path: root/spec/unit/util/warnings_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/util/warnings_spec.rb')
-rwxr-xr-xspec/unit/util/warnings_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/util/warnings_spec.rb b/spec/unit/util/warnings_spec.rb
index 4ce03ebe6..7cdee007f 100755
--- a/spec/unit/util/warnings_spec.rb
+++ b/spec/unit/util/warnings_spec.rb
@@ -34,6 +34,6 @@ describe Puppet::Util::Warnings do
end
after(:each) do
- Puppet::Util::Warnings.clear_warnings()
+ Puppet::Util::Warnings.clear_warnings
end
end