lib/bootcamp.rb in bootcamp-0.1.0 vs lib/bootcamp.rb in bootcamp-0.1.4
- old
+ new
@@ -1,21 +1,15 @@
require 'rubygems'
+require 'thor'
+require 'bootcamp/depot'
require 'bootcamp/drill_instructor'
require 'bootcamp/recruit'
require 'bootcamp/armory'
module Bootcamp
VERSION = File.read(File.join(File.dirname(__FILE__), "..", "VERSION"))
class << self
- def to_s
- <<-HELP
- Usage:
- bootcamp PROJECT_NAME [-f framework] [-t test_suite]
-
- HELP
- end
-
def root
File.expand_path(File.join(File.dirname(__FILE__), '..')).to_s
end
end
end
\ No newline at end of file