bin/cukedep in cukedep-0.0.1 vs bin/cukedep in cukedep-0.0.3
- old
+ new
@@ -2,13 +2,14 @@
# File: cukedep
# The 'executable' of the Cukedep utility.
mydir = File.dirname(__FILE__)
lib_dir = mydir + '/../lib'
-$LOAD_PATH.unshift lib_dir unless $:.include?(lib_dir)
+$LOAD_PATH.unshift lib_dir unless $LOAD_PATH.include?(lib_dir)
require 'cukedep' # Load the Cukedep::Application class
# The application's entry point
app = Cukedep::Application.new
app.start!(ARGV)
+
# End of file