Podcast main_color_hex is required (#2716)

The `rails db:reset` command failed because `main_color_hex` wasn't specified in the `seeds.rb`
This commit is contained in:
rhymes 2019-05-06 16:00:36 +02:00 committed by Ben Halpern
parent 2896442fe2
commit 5b8befde52

View file

@ -149,7 +149,7 @@ podcast_objects = [
slug: "developeronfire",
twitter_username: "raelyard",
website_url: "http://developeronfire.com",
main_color_hex: "",
main_color_hex: Faker::Color.hex_color,
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")