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:
parent
2896442fe2
commit
5b8befde52
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue