technoweenie / mephisto forked from halorgium/mephisto
- Source
- Commits
- Network (36)
- Issues (0)
- Downloads (3)
- Wiki (2)
- Graphs
-
Tree:
1473acf
mephisto / Rakefile
| f58fd643 » | technoweenie | 2005-12-28 | 1 | # Add your own tasks in files placed in lib/tasks ending in .rake, | |
| 2 | # for example lib/tasks/switchtower.rake, and they will automatically be available to Rake. | ||||
| 3 | |||||
| 4 | require(File.join(File.dirname(__FILE__), 'config', 'boot')) | ||||
| 5 | |||||
| 6 | require 'rake' | ||||
| 7 | require 'rake/testtask' | ||||
| 8 | require 'rake/rdoctask' | ||||
| 9 | |||||
| b08d6ed7 » | emk | 2008-12-05 | 10 | require 'tasks/rails' | |
| 11 | |||||
| 12 | task :default => [:spec, :test] | ||||

