summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/functions/template_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/parser/functions/template_spec.rb')
-rwxr-xr-xspec/unit/parser/functions/template_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/parser/functions/template_spec.rb b/spec/unit/parser/functions/template_spec.rb
index 8fc64d0c3..87c7d5d24 100755
--- a/spec/unit/parser/functions/template_spec.rb
+++ b/spec/unit/parser/functions/template_spec.rb
@@ -5,7 +5,7 @@ require File.dirname(__FILE__) + '/../../../spec_helper'
describe "the template function" do
before :each do
- @scope = Puppet::Parser::Scope.new()
+ @scope = Puppet::Parser::Scope.new
end
it "should exist" do