fix tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FactoryGirl.define do
|
||||
factory(:dmail) do
|
||||
to :factory => :user
|
||||
title {Faker::Lorem.words.join(" ")}
|
||||
body {Faker::Lorem.sentences.join(" ")}
|
||||
title {FFaker::Lorem.words.join(" ")}
|
||||
body {FFaker::Lorem.sentences.join(" ")}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user