summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/ast/in_operator_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/parser/ast/in_operator_spec.rb')
-rw-r--r--spec/unit/parser/ast/in_operator_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/parser/ast/in_operator_spec.rb b/spec/unit/parser/ast/in_operator_spec.rb
index 9d3cab712..15128d894 100644
--- a/spec/unit/parser/ast/in_operator_spec.rb
+++ b/spec/unit/parser/ast/in_operator_spec.rb
@@ -6,7 +6,7 @@ require 'puppet/parser/ast/in_operator'
describe Puppet::Parser::AST::InOperator do
before :each do
- @scope = Puppet::Parser::Scope.new()
+ @scope = Puppet::Parser::Scope.new
@lval = stub 'lval'
@lval.stubs(:safeevaluate).with(@scope).returns("left")