Closed composerinteralia closed 6 years ago
Rather then skip create and then write the schema file in an after-create callback, it is a little simpler to override FactoryBot's to_create method.
to_create
@seanpdoyle
Merged as part of https://github.com/thoughtbot/json_matchers/commit/e5d607d7d3e3559192bb29b65d582a85b05344c9. Thanks!
Rather then skip create and then write the schema file in an after-create callback, it is a little simpler to override FactoryBot's
to_create
method.@seanpdoyle