summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/functions_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/parser/functions_spec.rb')
-rw-r--r--spec/unit/parser/functions_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/parser/functions_spec.rb b/spec/unit/parser/functions_spec.rb
index f605052b5..ee551a147 100644
--- a/spec/unit/parser/functions_spec.rb
+++ b/spec/unit/parser/functions_spec.rb
@@ -25,7 +25,7 @@ describe Puppet::Parser::Functions do
end
it "should use the current default environment if no environment is provided" do
- Puppet::Parser::Functions.environment_module().should be_instance_of(Module)
+ Puppet::Parser::Functions.environment_module.should be_instance_of(Module)
end
describe "when calling newfunction" do