fix tests
This commit is contained in:
@@ -2,6 +2,6 @@ FactoryGirl.define do
|
||||
factory(:user_feedback) do
|
||||
user
|
||||
category "positive"
|
||||
body {Faker::Lorem.words.join(" ")}
|
||||
body {FFaker::Lorem.words.join(" ")}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user