We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
core_ext
1 parent 28af653 commit c615da7Copy full SHA for c615da7
lib/factory_bot.rb
@@ -1,7 +1,5 @@
1
require "set"
2
require "active_support"
3
-require "active_support/core_ext/module/delegation"
4
-require "active_support/core_ext/module/attribute_accessors"
5
require "active_support/deprecation"
6
require "active_support/notifications"
7
lib/factory_bot/factory.rb
@@ -1,4 +1,3 @@
-require "active_support/core_ext/hash/keys"
require "active_support/inflector"
module FactoryBot
0 commit comments