summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/ast/resource_reference_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/parser/ast/resource_reference_spec.rb')
-rwxr-xr-xspec/unit/parser/ast/resource_reference_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/parser/ast/resource_reference_spec.rb b/spec/unit/parser/ast/resource_reference_spec.rb
index ee42694b9..a2a11e270 100755
--- a/spec/unit/parser/ast/resource_reference_spec.rb
+++ b/spec/unit/parser/ast/resource_reference_spec.rb
@@ -7,7 +7,7 @@ describe Puppet::Parser::AST::ResourceReference do
ast = Puppet::Parser::AST
before :each do
- @scope = Puppet::Parser::Scope.new()
+ @scope = Puppet::Parser::Scope.new
end
def newref(type, title)