1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00
thoughtbot--factory_bot_rails/lib/factory_bot_rails
Daniel Colson affd0771bf Remove unneeded conditional for app_generators
Configuration#generators was deprecated in favor of
Configuration#app_generators back in Rails 3.1
(04cbabb0a0).
Since we started work on factory_bot_rails 5, which only supports Rails
4.2+, we no longer need the conditional.

I also updated the development Gemfile, since it was out of date,
and replaced a nested if/else with elsif.
2018-09-14 19:52:24 +00:00
..
generators Rename all girl -> bot 2017-10-20 18:21:52 -04:00
definition_file_paths.rb Allow reloading of factory definitions 2018-09-08 02:21:47 +00:00
generator.rb Remove unneeded conditional for app_generators 2018-09-14 19:52:24 +00:00
railtie.rb Allow reloading of factory definitions 2018-09-08 02:21:47 +00:00
reloader.rb Allow reloading of factory definitions 2018-09-08 02:21:47 +00:00