Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spec setup. | Pete Higgins | 2011-12-14 | 1 | -0/+1 |
| | |||||
* | Add rspec rake tasks | Jamie Winsor | 2011-10-28 | 1 | -0/+2 |
| | |||||
* | Update blog generator to use Rails 3.1 base | Jamie Winsor | 2011-10-27 | 1 | -1/+1 |
| | | | | Seeds will now follow Rails 3.1 conventions | ||||
* | Add ENGINE_ROOT constant to Rakefile for refinerycms-testing tasks | Jamie Winsor | 2011-10-26 | 1 | -0/+1 |
| | |||||
* | Modify Rakefile to load engine tasks and testing railtie tasks | Jamie Winsor | 2011-10-26 | 1 | -24/+5 |
| | |||||
* | test database will be initialized before rake rspec is run | Jamie Winsor | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | Update testing setup task to reflect new namespace | Jamie Winsor | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | Update Rakefile to include rspec task | Jamie Winsor | 2011-08-04 | 1 | -0/+5 |
| | |||||
* | Require refinerycms-testing framework | Jamie Winsor | 2011-08-03 | 1 | -1/+1 |
| | | | | Location of testing tasks changed | ||||
* | Refactor testing tasks out of this project and into refinerycms project | Jamie Winsor | 2011-08-03 | 1 | -1/+1 |
| | |||||
* | Add rake tasks to initialize the testing environment | Jamie Winsor | 2011-08-03 | 1 | -0/+3 |
| | | | | Update README to reflect new functionality | ||||
* | refactor engine testing scenario | Jamie Winsor | 2011-08-03 | 1 | -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 |