-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Home
Mike Burns edited this page May 12, 2023
·
19 revisions
factory_bot allows you to quickly define prototypes for each of your models and ask for instances with properties that are important to the test at hand.
- Integration: Cucumber
- Integration: Minitest
- Integration: minitest rails
- Integration: Minitest::Spec
- Integration: RSpec
- Integration: Spinach
- Integration: Test::Unit
- Usage
- Installation
- Getting Started
- Example factories.rb file
- factory_girl Cheat Sheet [Deprecated syntax]
- Factory Bot Cheat Sheet [New Syntax]
- Helpful Links
- Testing all Factories (with RSpec)