aboutsummaryrefslogtreecommitdiffstats
path: root/features/step_definitions
Commit message (Collapse)AuthorAgeFilesLines
* Replace cucumber tag features with rspec request testsJamie Winsor2011-08-043-251/+0
| | | | Remove cucumber support from project
* Replace category.features with capybara rspec requestsJamie Winsor2011-08-041-11/+0
| | | | Update FactoryGirl factory definition syntax
* Replace authors.feature with capybara rspec testsJamie Winsor2011-08-041-7/+0
|
* refactor engine testing scenarioJamie Winsor2011-08-035-0/+269
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