mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Remove debugging
This commit is contained in:
parent
9d3df8ce94
commit
cb211119e0
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ module FactoryGirl
|
|||
generators = config.respond_to?(:app_generators) ? config.app_generators : config.generators
|
||||
rails_options = generators.options[:rails]
|
||||
|
||||
puts generators.options
|
||||
puts rails_options
|
||||
if rails_options[:test_framework] == :rspec
|
||||
factory_girl_dir = generators.options.fetch(:factory_girl, { :dir => 'spec/factories' })[:dir]
|
||||
|
||||
|
|
Loading…
Reference in a new issue