aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins/rake_tasks/tasks/spec.rake
Commit message (Collapse)AuthorAgeLines
* Removing rake_tasks plugin - another developer pluginLouise Crow2011-02-23-125/+0
|
* Make "rake spec:check" not check views or helpers, as I don't thinkfrancis2007-11-01-2/+5
| | | | | | | | | we need specialist test files for them (and even if I did they are screwed, as they can't call functions in controllers/views/routes from the test framework). Move various link to URL helpers into their own file, for ease of calling from views and controllers. Document Spec directory in top level README.
* Add spec:check as a rake task to show what classes we don't have test for at ↵francis2007-10-31-0/+122
all. Annoying really that rspec rcov doesn't show this in its report.