aboutsummaryrefslogtreecommitdiffstats
path: root/spec/factories
Commit message (Collapse)AuthorAgeFilesLines
* Fix specsBrice Sanchez2016-05-302-1/+28
|
* Don't set tag_list on the post factory - it's not a required attribute.Uģis Ozols2013-10-171-1/+0
|
* Update specs due to recent Capybara/FactoryGirl upgrade.Uģis Ozols2013-06-271-2/+2
|
* fix tests after presence validation for published_at and author fieldsMarek Labos2012-08-211-0/+1
|
* Refactored everything (models, helpers) into proper namespace of ↵Philip Arndt2011-11-093-3/+3
| | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909
* Fix draft preview of blog postsJamie Winsor2011-09-211-0/+4
|
* refactor factories and add #show tests for posts controllerJamie Winsor2011-09-043-0/+33
| | | | | | | | | | | Do not want to cache classes, but do want to reload models after factory girl: http://groups.google.com/group/factory_girl/browse_thread/thread/daa24556d90c31fc http://stackoverflow.com/questions/5145165/associationtypemismatch-and-factorygirl rails_autolink was removed from Rails 3.1 and abstracted to an external gem fix display author name and post time on comment show fix namespace for thanking and moderated flash notices
* Move factories under spec dir so that they get picked up by spec_helper.Uģis Ozols2011-08-133-22/+0
|
* Replace category.features with capybara rspec requestsJamie Winsor2011-08-043-13/+19
| | | | Update FactoryGirl factory definition syntax
* Remove shared functionality that now exists in refinerycms-testing engineJamie Winsor2011-08-041-27/+0
|
* refactor engine testing scenarioJamie Winsor2011-08-034-0/+43
| | | | | | | | 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
* Merged in Joe's and Steven's forks and updated for compatibility with < ↵Philip Arndt2010-11-223-18/+0
| | | | 0.9.9. Also, specs now work by including the factories and I have also laid the foundation for cucumber features. Fixed an issue where the javascript file was clashing with the same code we merged to core from this engine relating to submenus. Regenerated gemspec.
* Converted to factory_girl use, a little refactoredJoe Sak2010-08-093-0/+18