Skip to content

comet: add factory_bot_rails to development

Matt Critchlow requested to merge add-factorybot-to-dev into trunk

What does this Merge Request do?

!3431 (merged) (e5d4eca8) added settings for the definition_file_paths which helps ensure that running a single test doesn't also run the factories spec. However in order to set this configuration setting we need the gem loaded for the development environment as well.

Merge request reports