Signed-off-by: Luke Kanies <[email protected]>
---
Local-branch: refactor/master/8232-array_indexers_on_scope
spec/unit/parser/scope_spec.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/spec/unit/parser/scope_spec.rb b/spec/unit/parser/scope_spec.rb
index 78feaf0..00212a2 100755
--- a/spec/unit/parser/scope_spec.rb
+++ b/spec/unit/parser/scope_spec.rb
@@ -47,7 +47,7 @@ describe Puppet::Parser::Scope do
scope = Puppet::Parser::Scope.new :compiler => compiler
scope.environment.should equal(env)
end
-
+
it "should use the default environment if none is available" do
Puppet::Parser::Scope.new.environment.should
equal(Puppet::Node::Environment.new)
end
--
1.7.3.1
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en.