summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/scope_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/parser/scope_spec.rb')
-rwxr-xr-xspec/unit/parser/scope_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/parser/scope_spec.rb b/spec/unit/parser/scope_spec.rb
index c394282ca..ed965af14 100755
--- a/spec/unit/parser/scope_spec.rb
+++ b/spec/unit/parser/scope_spec.rb
@@ -125,7 +125,7 @@ describe Puppet::Parser::Scope do
klass = newclass(name)
Puppet::Parser::Resource.new("class", name, :scope => @scope, :source => mock('source')).evaluate
- return @scope.class_scope(klass)
+ @scope.class_scope(klass)
end
it "should be able to look up explicitly fully qualified variables from main" do