mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Do not load FactoryGirl factories in dev.rake
FactoryGirl is now under "development" group in Gemfile too
This commit is contained in:
parent
be4c60a760
commit
48a8460ab7
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ namespace :dev do
|
||||||
|
|
||||||
require 'factory_girl'
|
require 'factory_girl'
|
||||||
include FactoryGirl::Syntax::Methods
|
include FactoryGirl::Syntax::Methods
|
||||||
FactoryGirl.find_definitions
|
|
||||||
|
|
||||||
PaperTrail.enabled = false
|
PaperTrail.enabled = false
|
||||||
Domain.paper_trail_on!
|
Domain.paper_trail_on!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue