Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor engine testing scenario | Jamie Winsor | 2011-08-03 | 3 | -20/+25 |
| | | | | | | | | 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 | ||||
* | Make those specs green again. | Uģis Ozols | 2011-08-03 | 3 | -20/+3 |
| | |||||
* | DB isn't cleared from previous test data. For now clear it ourselves but as ↵ | Uģis Ozols | 2011-07-29 | 2 | -2/+10 |
| | | | | feature todo - fix it. | ||||
* | Need a user first because otherwise it will redirect to first user creation ↵ | Uģis Ozols | 2011-07-29 | 2 | -2/+6 |
| | | | | form. | ||||
* | Manage blog posts request specs are now green. | Uģis Ozols | 2011-07-29 | 1 | -6/+1 |
| | |||||
* | Update translation scopes | Jamie Winsor | 2011-07-28 | 2 | -0/+39 |
| | | | | | | Update url helpers in public views Various uninitialized constant fixes for public views & controllers Add some request specs to test what was fixed in this commit | ||||
* | More request specs and updates to code to make specs pass. | Uģis Ozols | 2011-07-28 | 1 | -5/+32 |
| | |||||
* | Start to add request specs. | Uģis Ozols | 2011-07-28 | 1 | -0/+71 |