aboutsummaryrefslogtreecommitdiffstats
path: root/spec/requests/refinery/blog/posts_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Update specs due to recent Capybara/FactoryGirl upgrade.Uģis Ozols2013-06-271-185/+0
* Add temp fix for one failing spec.Uģis Ozols2012-11-151-3/+6
* Fix one of the broken specs (404 message is different).Uģis Ozols2012-10-041-1/+1
* fix failing specJustin Ramos2012-08-131-1/+1
* Fix failing specs.Uģis Ozols2012-06-151-1/+5
* Added i18n support to models through globalize3.Adrien Coquio2012-06-091-31/+49
* Use 'refinery_login_with :refinery_user' instead of deprecated 'login_refiner...Uģis Ozols2012-05-151-2/+2
* add popularity counter to blog posts as well as accessor for recent postsJeff Shumate2012-02-221-1/+35
* Added support for new code in Refinery CMS since resolve/refinerycms#1234Philip Arndt2012-02-011-11/+11
* Fix comment posting.Pete Higgins2012-01-241-0/+24
* Fixed namespacing for Refinery conventions.Philip Arndt2012-01-171-18/+11
* Refactored everything (models, helpers) into proper namespace of Refinery::Bl...Philip Arndt2011-11-091-2/+2
* Fix draft preview of blog postsJamie Winsor2011-09-211-0/+22
* use let instead of let! when we can lazily load these fixturesJamie Winsor2011-09-041-4/+4
* refactor factories and add #show tests for posts controllerJamie Winsor2011-09-041-7/+54
* index action of blog post controller now caches and sweeps on changesJamie Winsor2011-09-031-0/+40