Do not load FactoryGirl factories in dev.rake

FactoryGirl is now under "development" group in Gemfile too
This commit is contained in:
Artur Beljajev 2017-10-14 03:31:11 +03:00
parent be4c60a760
commit 48a8460ab7

View file

@ -7,7 +7,6 @@ namespace :dev do
require 'factory_girl'
include FactoryGirl::Syntax::Methods
FactoryGirl.find_definitions
PaperTrail.enabled = false
Domain.paper_trail_on!