aboutsummaryrefslogtreecommitdiffstats
path: root/spec/dummy
Commit message (Collapse)AuthorAgeFilesLines
* Add rake tasks to initialize the testing environmentJamie Winsor2011-08-031-0/+0
| | | | Update README to reflect new functionality
* refactor dummy application into git submoduleJamie Winsor2011-08-0364-1583/+0
|
* rename default database for mysql and postgres example databasesJamie Winsor2011-08-032-6/+6
|
* Rid this project of autotestJamie Winsor2011-08-032-19/+0
|
* refactor engine testing scenarioJamie Winsor2011-08-0365-0/+1602
Engine is now tested standalone by leveraging a dummy rails app Enable Guard for speedy testing Move factories to the more standard location `spec/factories/*` Update README with a Testing section Rename migrations to contain datetimestamps for their version to fix migration order issues when migrating the dummy application