Sha256: 52049d5368a5556e86ef3dbbb7d03007ddc7b80b8c4f33cdf84029e06cc7668f

Contents?: true

Size: 449 Bytes

Versions: 1

Compression:

Stored size: 449 Bytes

Contents

require 'rubygems'
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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootcamp-0.1.0 lib/bootcamp.rb