summaryrefslogtreecommitdiffstats
path: root/test
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 /test
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 'test')
-rw-r--r--test/lib/stubba.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/stubba.rb b/test/lib/stubba.rb
index eade747f6..747054cfc 100644
--- a/test/lib/stubba.rb
+++ b/test/lib/stubba.rb
@@ -1,2 +1,2 @@
# for backwards compatibility
-require 'mocha' \ No newline at end of file
+require 'mocha'