Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Converted Factory to FactoryGirl to fix deprecation warnings. | Philip Arndt | 2011-09-03 | 3 | -4/+4 |
| | |||||
* | Replace cucumber tag features with rspec request tests | Jamie Winsor | 2011-08-04 | 2 | -0/+40 |
| | | | | Remove cucumber support from project | ||||
* | Replace category.features with capybara rspec requests | Jamie Winsor | 2011-08-04 | 2 | -82/+108 |
| | | | | Update FactoryGirl factory definition syntax | ||||
* | Replace authors.feature with capybara rspec tests | Jamie Winsor | 2011-08-04 | 1 | -4/+16 |
| | |||||
* | Add request and controller authentication macros to rspec config | Jamie Winsor | 2011-08-04 | 3 | -12/+4 |
| | | | | refactor request specs to take advantage of authentication macros | ||||
* | 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 |