aboutsummaryrefslogtreecommitdiffstats
path: root/spec/requests/blog_categories_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* index action of blog post controller now caches and sweeps on changesJamie Winsor2011-09-031-23/+0
| | | | | | | | | | | | | | | fix various views which were broken and untested with rails-3-1 upgrade add request spec tests for admin blog comments Factory is now FactoryGirl Fix multiple issues around listing unmoderated comments use cleaner definitions to set per_page willpaginate attribute on models update all paginate calls to use new arel representation reorganize filter sections to be located at top of controller modify uncategorized class method to activerecord scope and perform a left outer join instead of iterate through an array to find uncategorized posts move request specs into their proper places update guardfile to ensure that request specs get run when their respective controllers are modified Fix show action for AdminBlogComments and added test Fix redirection link after approving or rejecting a comment
* Converted Factory to FactoryGirl to fix deprecation warnings.Philip Arndt2011-09-031-2/+2
|
* Replace category.features with capybara rspec requestsJamie Winsor2011-08-041-13/+16
| | | | Update FactoryGirl factory definition syntax
* 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