Sha256: f2f9276d78083926c128be69605e4c00fb1526b484afa3caeea81aad2e8adfa1
Contents?: true
Size: 344 Bytes
Versions: 9
Compression:
Stored size: 344 Bytes
Contents
# load all framework and gems load ::File.expand_path(File.join("..", "environment.rb"), __FILE__) # Make sure the server doesn't start NO_PLEZI_AUTO_START = true # create a default task desc "The default task does nothing... it's waiting for you to tell it what to do." task :default do puts "I don't know what to do." puts `rake -T` end
Version data entries
9 entries across 9 versions & 1 rubygems