aboutsummaryrefslogtreecommitdiffstats
path: root/spec/requests/blog_categories_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add request and controller authentication macros to rspec configJamie Winsor2011-08-041-1/+2
| | | | refactor request specs to take advantage of authentication macros
* refactor engine testing scenarioJamie Winsor2011-08-031-3/+1
| | | | | | | | 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 Ozols2011-08-031-5/+1
|
* DB isn't cleared from previous test data. For now clear it ourselves but as ↵Uģis Ozols2011-07-291-1/+5
| | | | feature todo - fix it.
* Need a user first because otherwise it will redirect to first user creation ↵Uģis Ozols2011-07-291-1/+3
| | | | form.
* Update translation scopesJamie Winsor2011-07-281-0/+19
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