It doesn't really seem like factory_girl receives much attention these days. Is there a better alternative? I really like FG, but I need to know that they'll keep working on it.
Particularly the slow pace of factory_girl_rails is annoying.
It doesn't really seem like factory_girl receives much attention these days. Is there a better alternative? I really like FG, but I need to know that they'll keep working on it.
Particularly the slow pace of factory_girl_rails is annoying.
I personally prefer Fabrication, but that's because it supports a few different ORMs and I use Mongoid. Also, it's been pretty fast in the tests I run.
I know Machinist but according to this post, it doesn't really differ from Factory Girl.
I like: https://github.com/ginty/cranky
Much simpler so it never breaks, doesn't need a -rails gem and works with any ORM.
© 2022 - 2024 — McMap. All rights reserved.