summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/ast/collexpr_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/parser/ast/collexpr_spec.rb')
-rwxr-xr-xspec/unit/parser/ast/collexpr_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/parser/ast/collexpr_spec.rb b/spec/unit/parser/ast/collexpr_spec.rb
index 4dfc1e97a..2aefe2f9d 100755
--- a/spec/unit/parser/ast/collexpr_spec.rb
+++ b/spec/unit/parser/ast/collexpr_spec.rb
@@ -7,7 +7,7 @@ describe Puppet::Parser::AST::CollExpr do
ast = Puppet::Parser::AST
before :each do
- @scope = Puppet::Parser::Scope.new()
+ @scope = Puppet::Parser::Scope.new
end
describe "when evaluating with two operands" do