Factories¶ ↑
We use factory_girl
. Please name files like model_factory.rb
, so for a factory for the User model you’d create a file called user_factory.rb
.
More info: github.com/thoughtbot/factory_girl
We use factory_girl
. Please name files like model_factory.rb
, so for a factory for the User model you’d create a file called user_factory.rb
.
More info: github.com/thoughtbot/factory_girl