root/trunk/Rakefile.local
| Revision 288, 179 bytes (checked in by ged, 3 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/usr/bin/env rake |
| 2 | |
| 3 | task :debug do |
| 4 | $DEBUG = true |
| 5 | end |
| 6 | |
| 7 | task :acceptance_tests do |
| 8 | log "I would run acceptance tests here, if I knew how..." |
| 9 | end |
| 10 | |
| 11 | task :test => [:acceptance_tests] |
Note: See TracBrowser
for help on using the browser.
