summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/ast/node.rb
diff options
context:
space:
mode:
authorPaul Lathrop <paul@tertiusfamily.net>2008-03-25 10:30:41 -0700
committerLuke Kanies <luke@madstop.com>2008-03-28 17:43:16 -0500
commit9d30b2603365ee71c8b8cb23635079827189a9c2 (patch)
treedb8efebf1ae44acb7c6d8509d931ca4ac3f27cf2 /spec/unit/parser/ast/node.rb
parent491a69682728818e04b8a20a5d8f4f783ad6ddaf (diff)
downloadpuppet-9d30b2603365ee71c8b8cb23635079827189a9c2.tar.gz
puppet-9d30b2603365ee71c8b8cb23635079827189a9c2.tar.xz
puppet-9d30b2603365ee71c8b8cb23635079827189a9c2.zip
Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.
Diffstat (limited to 'spec/unit/parser/ast/node.rb')
-rwxr-xr-xspec/unit/parser/ast/node.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/parser/ast/node.rb b/spec/unit/parser/ast/node.rb
index 757934415..aaba4c2e8 100755
--- a/spec/unit/parser/ast/node.rb
+++ b/spec/unit/parser/ast/node.rb
@@ -122,4 +122,4 @@ describe Puppet::Parser::AST::Node do
@compiler.class_scope(@middle).namespaces.should be_include(@top.namespace)
end
end
-end \ No newline at end of file
+end