I am using rails console in the development environment and I want to use factories. How can I get access to them?
I have tried require "FactoryBot"
which returns
1.9.3p393 :301 > require "FactoryBot"
LoadError: cannot load such file -- FactoryBot
rails c
then do arequire 'factory_bot'
– Kampala