aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* Modify Rakefile to load engine tasks and testing railtie tasksJamie Winsor2011-10-261-24/+5
|
* test database will be initialized before rake rspec is runJamie Winsor2011-08-041-1/+1
|
* Update testing setup task to reflect new namespaceJamie Winsor2011-08-041-1/+1
|
* Update Rakefile to include rspec taskJamie Winsor2011-08-041-0/+5
|
* Require refinerycms-testing frameworkJamie Winsor2011-08-031-1/+1
| | | | Location of testing tasks changed
* Refactor testing tasks out of this project and into refinerycms projectJamie Winsor2011-08-031-1/+1
|
* Add rake tasks to initialize the testing environmentJamie Winsor2011-08-031-0/+3
| | | | Update README to reflect new functionality
* refactor engine testing scenarioJamie Winsor2011-08-031-0/+26
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