spec/factories/credits.rb in enceladus-0.0.7 vs spec/factories/credits.rb in enceladus-0.0.8
- old
+ new
@@ -1,11 +1,11 @@
FactoryGirl.define do
factory :credits_response, class: ApiResource do
cast_id { rand(10) }
- character { Faker::Lorem.word }
+ character { FFaker::Lorem.word }
credit_id { "#{rand(999999)}" }
id { rand(1000) }
- name { Faker::Name.name }
+ name { FFaker::Name.name }
order { rand(10) }
profile_path { "/#{rand(99999)}.png" }
end
end
\ No newline at end of file