summaryrefslogtreecommitdiffstats
path: root/test/language/ast.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-10-16 18:26:41 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-10-16 18:26:41 +0000
commit816c5ce7243bdad1157985dd23a7333b9a8ccf0a (patch)
tree3d3c03c8baeb066c7ed9a36cea469d432f4ebb87 /test/language/ast.rb
parent1d56ca63ef3405c1599f64bf9a6ae899debf1434 (diff)
downloadpuppet-816c5ce7243bdad1157985dd23a7333b9a8ccf0a.tar.gz
puppet-816c5ce7243bdad1157985dd23a7333b9a8ccf0a.tar.xz
puppet-816c5ce7243bdad1157985dd23a7333b9a8ccf0a.zip
Adding a ruby header to all of the tests so that they can now be executed as normal ruby scripts. Using multiple commits because I am having some svn problems.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1791 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/language/ast.rb')
-rwxr-xr-xtest/language/ast.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/ast.rb b/test/language/ast.rb
index 731b37cb8..e1924f6f7 100755
--- a/test/language/ast.rb
+++ b/test/language/ast.rb
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby
+#!/usr/bin/env ruby -I../lib -I../../lib
require 'puppet'
require 'puppet/rails'