aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support
Commit message (Collapse)AuthorAgeFilesLines
* No need to explicitly call load_factories for Refinery::TestingJamie Winsor2011-10-281-2/+0
|
* Load refinerycms factories properlyJamie Winsor2011-10-101-0/+2
| | | | Expose blog factories to other gems
* refactor factories and add #show tests for posts controllerJamie Winsor2011-09-044-22/+2
| | | | | | | | | | | 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
* update and import refinerycms migrations and seedsJamie Winsor2011-09-021-3/+1
| | | | update Guardfile, spec_helper, and support files to match those generated by refinerycms-testing
* Move factories under spec dir so that they get picked up by spec_helper.Uģis Ozols2011-08-133-0/+22
|
* Remove spork as a development dependencyJamie Winsor2011-08-111-2/+2
| | | | | Add spork to development & test group in Gemfile Fix ControllerMacros and RequestMacros namespace in refinery support file
* Dummy app is no longer a submodule, now part of the projected - generated by ↵Jamie Winsor2011-08-103-0/+31
| | | | | | testing generator Remove remaining traces of cucumber
* refactor engine testing scenarioJamie Winsor2011-08-033-16/+0
| | | | | | | | 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
* Make those specs green again.Uģis Ozols2011-08-033-0/+16