public
Description:
Homepage: http://www.potionfactory.com/potionstore
Clone URL: git://github.com/potionfactory/potionstore.git
andypotion (author)
Wed Jul 01 00:47:39 -0700 2009
commit  9f6062b551c04f7e3da8255f1a28d87ef62bbf7a
tree    0358c3bbee65a15f36ea9c72df7d49f1f5d9f4a2
parent  38ce7b7feb9615977fee8ba65eedd79d50da5f1a
potionstore / Rakefile
100644 11 lines (7 sloc) 0.307 kb
1
2
3
4
5
6
7
8
9
10
11
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
 
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
 
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
 
require 'tasks/rails'