summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/functions/realize_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/parser/functions/realize_spec.rb')
-rwxr-xr-xspec/unit/parser/functions/realize_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/parser/functions/realize_spec.rb b/spec/unit/parser/functions/realize_spec.rb
index d9c94b143..4a55ad417 100755
--- a/spec/unit/parser/functions/realize_spec.rb
+++ b/spec/unit/parser/functions/realize_spec.rb
@@ -6,7 +6,7 @@ describe "the realize function" do
before :each do
@collector = stub_everything 'collector'
- @scope = Puppet::Parser::Scope.new()
+ @scope = Puppet::Parser::Scope.new
@compiler = stub 'compiler'
@compiler.stubs(:add_collection).with(@collector)
@scope.stubs(:compiler).returns(@compiler)