Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Removing rake_tasks plugin - another developer plugin | Louise Crow | 2011-02-23 | -125/+0 |
| | ||||
* | Make "rake spec:check" not check views or helpers, as I don't think | francis | 2007-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 ↵ | francis | 2007-10-31 | -0/+122 |
all. Annoying really that rspec rcov doesn't show this in its report. |