public
Description: The ScopePort Web Interface
Homepage: http://www.scopeport.org/
Clone URL: git://github.com/lennartkoopmann/scopeport-web-interface.git
ernestorocha (author)
Tue Jul 07 11:38:39 -0700 2009
commit  662c20da6d5a9fdc63768dc414c12f540fdccf81
tree    14f68c84aa507d1bbd0babf461d3359b360273bb
parent  95969f0d5a835be2d542d9c09b482bc404a5eadc
100755 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'