thoughtbot / factory_bot_rails

Factory Bot ♥ Rails

Home Page:https://thoughtbot.com/services/ruby-on-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why does FactoryBot.find_definitions automatically create data?

adambruss opened this issue · comments

We've tried using FactoryBotRails and plain old FactoryBot (no customization). Why is this default behavior? I can't think of a single use case where that would be needed.

We're using Ruby 2.3.1 and Rails 5.1

Thanks!

Can you provide a bit more information? What do you mean by "automatically create data"? FactoryBot.find_definitions just loads the files where your factories are defined. A factory definition on its own should not be creating any data.

I'm going to close for now. Feel free to reopen with a bit more information if this is still an issue. Thanks!