Fix hex color in seeds (#5452)
This commit is contained in:
parent
5e6ca69e27
commit
9ed6a5add0
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue