Commit graph

12 commits

Author SHA1 Message Date
Uģis Ozols
5691a96a9d No need to specify Devise.stretches in spec_helper because it gets set in devise initializer. 2012-02-02 17:36:41 +02:00
Philip Arndt
33bfa4dd23 Added support for new code in Refinery CMS since resolve/refinerycms#1234 2012-02-01 16:34:06 +13:00
Pete Higgins
4a8a46ccc7 The newest factory_girl apparently doesn't like how this worked. 2012-01-06 11:33:13 -08:00
Jamie Winsor
754cddb141 Load refinerycms factories properly
Expose blog factories to other gems
2011-10-10 19:39:51 -07:00
Jamie Winsor
7903bdfed2 refactor factories and add #show tests for posts controller
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
2011-09-04 14:35:03 -07:00
Jamie Winsor
2053a022a2 remove accidental inclusion of future feature 2011-09-02 14:21:19 -07:00
Jamie Winsor
fc68f22858 update and import refinerycms migrations and seeds
update Guardfile, spec_helper, and support files to match those generated by refinerycms-testing
2011-09-02 13:35:25 -07:00
Jamie Winsor
eca7a1a591 Remove spork as a development dependency
Add spork to development & test group in Gemfile
Fix ControllerMacros and RequestMacros namespace in refinery support file
2011-08-11 03:08:12 -07:00
Jamie Winsor
45d8663de5 Dummy app is no longer a submodule, now part of the projected - generated by testing generator
Remove remaining traces of cucumber
2011-08-10 17:03:37 -07:00
Jamie Winsor
c3b7d0b1d2 Add request and controller authentication macros to rspec config
refactor request specs to take advantage of authentication macros
2011-08-04 03:21:21 -07:00
Jamie Winsor
a23689a6aa Remove shared functionality that now exists in refinerycms-testing engine 2011-08-04 03:12:38 -07:00
Jamie Winsor
21b19db5a3 refactor engine testing scenario
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
2011-08-03 18:01:32 -07:00