xaviershay / enki

A Ruby on Rails blogging app for the fashionable developer. It's better than Mephisto or SimpleLog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redo model specs without all that mocking and stubbing

xaviershay opened this issue · comments

Switch over to using factory_girl like the features (or for bonus points, switch them both to Machinist)

going to start with FG since it is what I know well :)

Mind if I split the factories to their own files and move them to /spec/support/factories?

ie...
/spec/support/post_factory.rb
/spec/support/comment_factory.rb

yep, though spec/support/factories/post.rb is perhaps better?

works for me, expect it in one of my next patches

Any word on this? If not I can get started.

go man go