factory_bot_instruments
factory_bot_instruments copied to clipboard
Instruments for benchmarking, tracing, and debugging Factory Girl models.
After updating to FactoryBot 5.x, I could not bundle update anymore. These two minor changes solved the problem on my PC: lib/factory_bot_instruments/version.rb ` VERSION = "1.0.2"` factory_bot_instruments.gemspec ` spec.add_dependency "factory_bot",...
I can see `factory_girl_instruments` in RubyGems, but not `factory_bot_instruments`: https://rubygems.org/gems/factory_bot_instruments In order to make the gem work I need to `gem 'factory_bot_instruments', github: 'shiroyasha/factory_bot_instruments'`. Could the `factory_bot_instruments` gem be published?