source: ruby/branches/0.5/Rakefile

Last change on this file was 192, checked in by KOBAYASHI, Shinji, 15 years ago

test cases rearrangement

File size: 341 bytes
Line 
1# Add your own tasks in files placed in lib/tasks ending in .rake,
2# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3
4require(File.join(File.dirname(__FILE__), 'config', 'boot'))
5
6require 'rake'
7require 'rake/testtask'
8require 'rake/rdoctask'
9
10require 'tasks/rails'
11task :default => [:test, :spec]
12
13
Note: See TracBrowser for help on using the repository browser.