From 9ed6a5add03f5029e208c79d206a36b825b7d03b Mon Sep 17 00:00:00 2001 From: Lucas Hiago Date: Sat, 11 Jan 2020 13:24:08 -0300 Subject: [PATCH] Fix hex color in seeds (#5452) --- db/seeds.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/seeds.rb b/db/seeds.rb index 0eeaf5144..6f8875b55 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -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")