aboutsummaryrefslogtreecommitdiffstats
path: root/Guardfile
Commit message (Collapse)AuthorAgeFilesLines
* Replace cucumber tag features with rspec request testsJamie Winsor2011-08-041-7/+1
| | | | Remove cucumber support from project
* refactor engine testing scenarioJamie Winsor2011-08-031-0/+34
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