aboutsummaryrefslogtreecommitdiffstats
path: root/spec/requests/refinery/blog/admin/categories_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update specs due to recent Capybara/FactoryGirl upgrade.Uģis Ozols2013-06-271-119/+0
|
* Added i18n support to models through globalize3.Adrien Coquio2012-06-091-1/+100
| | | | | | | | | | | | | | * Added Post translation * Added Category translation * Use friendly_id globalize with category * Added migrate_data option on migrations for translations * Use Refinery locale instead of I18n * Refactored duplicate locale_picker partial * Removed useless .all call * Use presence instead if / blank? * Added with_globalize scopes when loading posts of one category * Use Globalize when creating post factory * Fix failing specs by creating blog posts/categories using needed locale.
* Use 'refinery_login_with :refinery_user' instead of deprecated ↵Uģis Ozols2012-05-151-2/+2
| | | | 'login_refinery_user' in request specs.
* Added support for new code in Refinery CMS since resolve/refinerycms#1234Philip Arndt2012-02-011-1/+1
|
* Fix route helper in categories view.Pete Higgins2012-01-241-0/+20