aboutsummaryrefslogtreecommitdiffstats
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* Fix one of the broken specs (404 message is different).Uģis Ozols2012-10-041-1/+1
* Fixed verbiage causing test failurePhilip Arndt2012-09-051-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-094-41/+315
* Use 'refinery_login_with :refinery_user' instead of deprecated 'login_refiner...Uģis Ozols2012-05-156-14/+14
* add popularity counter to blog posts as well as accessor for recent postsJeff Shumate2012-02-221-1/+35
* Does it matter that these are out of order on different rubies? cc @joemsakPhilip Arndt2012-02-021-1/+1
* Added support for new code in Refinery CMS since resolve/refinerycms#1234Philip Arndt2012-02-016-67/+65
* Fix route helper in categories view.Pete Higgins2012-01-241-0/+20
* Fix comment posting.Pete Higgins2012-01-241-0/+24
* Fixed namespacing for Refinery conventions.Philip Arndt2012-01-174-36/+23
* Restructured part of the project to Refinery::Blog::Admin not Refinery::Admin...Philip Arndt2012-01-175-295/+303
* Fix tab highlighting in admin interface.Pete Higgins2011-12-151-0/+13
* Allow configurable author for blog posts.Pete Higgins2011-12-141-1/+29
* Refactored everything (models, helpers) into proper namespace of Refinery::Bl...Philip Arndt2011-11-093-29/+29
* 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-037-202/+332
* Converted Factory to FactoryGirl to fix deprecation warnings.Philip Arndt2011-09-033-4/+4
* Replace cucumber tag features with rspec request testsJamie Winsor2011-08-042-0/+40
* Replace category.features with capybara rspec requestsJamie Winsor2011-08-042-82/+108
* Replace authors.feature with capybara rspec testsJamie Winsor2011-08-041-4/+16
* Add request and controller authentication macros to rspec configJamie Winsor2011-08-043-12/+4
* refactor engine testing scenarioJamie Winsor2011-08-033-20/+25
* Make those specs green again.Uģis Ozols2011-08-033-20/+3
* DB isn't cleared from previous test data. For now clear it ourselves but as f...Uģis Ozols2011-07-292-2/+10
* Need a user first because otherwise it will redirect to first user creation f...Uģis Ozols2011-07-292-2/+6
* Manage blog posts request specs are now green.Uģis Ozols2011-07-291-6/+1
* Update translation scopesJamie Winsor2011-07-282-0/+39
* More request specs and updates to code to make specs pass.Uģis Ozols2011-07-281-5/+32
* Start to add request specs.Uģis Ozols2011-07-281-0/+71