tablatom / agility

Simple agile project management

This URL has Read+Write access

bryanlarsen (author)
Mon Nov 02 05:21:37 -0800 2009
commit  4e14de31ddc764e27b6943c9c7e73ffef4d463b8
tree    dc3d03a5a51cc2b43af4829172da74b9c60a871b
parent  602b813ae253e1b9a4b9c4ada1ceab659781f848
agility / 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'