summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/ast/arithmetic_operator_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/parser/ast/arithmetic_operator_spec.rb')
-rwxr-xr-xspec/unit/parser/ast/arithmetic_operator_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/parser/ast/arithmetic_operator_spec.rb b/spec/unit/parser/ast/arithmetic_operator_spec.rb
index ad8d9947b..3ebd2691e 100755
--- a/spec/unit/parser/ast/arithmetic_operator_spec.rb
+++ b/spec/unit/parser/ast/arithmetic_operator_spec.rb
@@ -7,7 +7,7 @@ describe Puppet::Parser::AST::ArithmeticOperator do
ast = Puppet::Parser::AST
before :each do
- @scope = Puppet::Parser::Scope.new()
+ @scope = Puppet::Parser::Scope.new
@one = stub 'lval', :safeevaluate => 1
@two = stub 'rval', :safeevaluate => 2
end