factory_girl
https://github.com/thoughtbot/factory_girl
Ruby
A library for setting up Ruby objects as test data.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
18 Subscribers
Add a CodeTriage badge to factory_girl
Help out
- Issues
- Update docs to require full namespace
- Add hoc sequences in create_list
- Add support for before build callback
- build_stubbed broke when i upgrade to Rails 7.1.3
- Support for callback before(:build)
- Updating from 6.2.0 -> 6.4.2 is a breaking change for us: "Do not define "id". Instead, rely on the database to generate it."
- Allow overriding of `FactoryBot.automatically_define_enum_traits` on a per-factory basis
- `before(:create)` not executed in expected order
- Cannot create Factory with multiple traits got (ArgumentError Exception: wrong number of arguments (given 1, expected 0)) Ruby 3.0, Rails 6.1.72, factory_bot_rails 6.1.0 #408
- NoMethodError: undefined method 'to_sym' for CustomStrategy
- Docs