Update specs to account for removed .paid attr.

This commit is contained in:
syeopite 2021-08-14 18:27:30 -07:00
parent 95e8ca8c31
commit d156bdd314
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82

View file

@ -21,7 +21,6 @@ describe YouTubeStructs::VideoRenderer do
video.id.should(eq("E1KkQrFEl2I"))
video.length_seconds.should(eq(665))
video.live_now.should(eq(false))
video.paid.should(eq(false))
video.premiere_timestamp.should(eq(nil))
video.premium.should(eq(false))