| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* ignore mailer suffix when generate test files
* add mailer suffix to view files
|
|
|
|
|
| |
Following the same naming convention used in
controllers and jobs.
|
|
|
|
|
| |
* it does not generate fixtures
* it generates .text.erb templates
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change the default test locations to avoid confusion around the common
testing terms "unit" and "functional".
Add new rake tasks for the new locations, while maintaining backwards
compatibility with the old rake tasks.
New testing locations are as follows:
app/models -> test/models (was test/units)
app/helpers -> test/helpers (was test/units/helpers)
app/controllers -> test/controllers (was test/functional)
app/mailers -> test/mailers (was test/functional)
|
|
|
|
| |
conventional readability in README and USAGE files.
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit 1d4826937e438ebcd6a2f9e29d2e466a43fef7a8.
|
| |
|
| |
|
|
|