summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@puppetlabs.com>2011-07-05 11:58:26 -0700
committerLuke Kanies <luke@puppetlabs.com>2011-07-15 11:52:22 -0700
commitef7e25b468c70537d172129b70f096364ac3e6d5 (patch)
treecd3c7fbef7c30e99cf5287101ef911707ba0c793
parent784d54c20bbc6272d408de1aee831a883298c5cd (diff)
downloadpuppet-ef7e25b468c70537d172129b70f096364ac3e6d5.tar.gz
puppet-ef7e25b468c70537d172129b70f096364ac3e6d5.tar.xz
puppet-ef7e25b468c70537d172129b70f096364ac3e6d5.zip
Cleanup up a small amount of whitespace
Signed-off-by: Luke Kanies <luke@puppetlabs.com> Reviewed-by: Nick Lewis <nick@puppetlabs.com>
-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 78feaf08b..00212a2d5 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