mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-19 14:26:14 -04:00
Fix a deprecation warning
This commit is contained in:
@@ -4,7 +4,7 @@ FactoryBot.define do
|
||||
factory :photo do
|
||||
owner
|
||||
flickr_photo_id { 1 }
|
||||
title { Faker::HarryPotter.quote }
|
||||
title { Faker::Movies::HarryPotter.quote }
|
||||
license_name { "CC-BY" }
|
||||
license_url { "http://example.com/license.html" }
|
||||
thumbnail_url { "http://example.com/#{Faker::File.file_name}.jpg" }
|
||||
|
||||
Reference in New Issue
Block a user