Fix hex color in seeds (#5452)

This commit is contained in:
Lucas Hiago 2020-01-11 13:24:08 -03:00 committed by Ben Halpern
parent 5e6ca69e27
commit 9ed6a5add0

View file

@ -153,7 +153,7 @@ podcast_objects = [
slug: "developeronfire",
twitter_username: "raelyard",
website_url: "http://developeronfire.com",
main_color_hex: Faker::Color.hex_color,
main_color_hex: "343d46",
overcast_url: "https://overcast.fm/itunes1006105326/developer-on-fire",
android_url: "http://subscribeonandroid.com/developeronfire.com/rss.xml",
image: Rack::Test::UploadedFile.new(image_file, "image/jpeg")