This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 5dbe1b481e20432d382dd9e082b4fe57f17078ac
tree 9fab4d1e6f2d78a137a2befc3fcc17cd3fe18286
parent 48346dbf534ba3c07bfbad902cf13f287ae959a8
tree 9fab4d1e6f2d78a137a2befc3fcc17cd3fe18286
parent 48346dbf534ba3c07bfbad902cf13f287ae959a8
the-connected-website / Rakefile
| 33f037fd » | duff | 2008-08-12 | 1 | def do_not_show_test_names_when_running_tests | |
| 2 | Rake::TestTask.class_eval do | ||||
| 3 | alias_method :crufty_define, :define | ||||
| 4 | def define | ||||
| 5 | @verbose = false | ||||
| 6 | crufty_define | ||||
| 7 | end | ||||
| 8 | end | ||||
| 9 | end | ||||
| 10 | |||||
| acf434c9 » | duff | 2008-08-11 | 11 | ||
| 12 | require(File.join(File.dirname(__FILE__), 'config', 'boot')) | ||||
| 13 | |||||
| 14 | require 'rake' | ||||
| 15 | require 'rake/testtask' | ||||
| 16 | require 'rake/rdoctask' | ||||
| 17 | |||||
| 33f037fd » | duff | 2008-08-12 | 18 | do_not_show_test_names_when_running_tests | |
| 19 | |||||
| acf434c9 » | duff | 2008-08-11 | 20 | require 'tasks/rails' | |







