aboutsummaryrefslogtreecommitdiffstats
path: root/spec/factories/blog_categories.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactored everything (models, helpers) into proper namespace of ↵Philip Arndt2011-11-091-1/+1
| | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909
* refactor factories and add #show tests for posts controllerJamie Winsor2011-09-041-0/+5
| | | | | | | | | | | 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-131-5/+0
|
* Replace category.features with capybara rspec requestsJamie Winsor2011-08-041-2/+4
| | | | Update FactoryGirl factory definition syntax
* refactor engine testing scenarioJamie Winsor2011-08-031-0/+3
| | | | | | | | 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-221-4/+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-091-0/+4