Feature #4005
Setup shoulda to make it easier to test
| Status: | Closed | Start date: | 2009-10-08 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Eric Davis | % Done: | 100% |
|
| Category: | - | |||
| Target version: | 0.9.0 | |||
| Resolution: | Fixed |
Description
shoulda provides a lot of testing helpers and macros to make it easier to test Ruby on Rails. This will help to improve the quality of Redmine's test suite while also making it easier to maintain.
Related issues
Associated revisions
Setup shoulda for testing. (#4005)
History
#1 Updated by Eric Davis over 2 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
- Resolution set to Fixed
Added the shoulda gem in r2925 with some documentation and example tests.