spec/episode_spec.rb in gst-kitchen-0.6.4 vs spec/episode_spec.rb in gst-kitchen-0.7.0

- old
+ new

@@ -21,11 +21,11 @@ "data" => { "uuid" => "id", "length" => 1234, "metadata" => { "title" => "GST023 - Rikeripsum", - "subtitle" => "Rikeripsum", + "subtitle" => "Talk about going nowhere fast. Mr. Worf, you sound like a man who's asking his friend if he can start dating his sister.", "summary" => "summary" }, "output_files" => [ { "format" => "mp3", @@ -37,9 +37,10 @@ }) episode = Episode.from_auphonic podcast, production episode.number.should == 23 episode.name.should == "Rikeripsum" + episode.subtitle.should == "Talk about going nowhere fast. Mr. Worf, you sound like a man who's asking his friend if he can start dating his sister." episode.length.should == 1234 episode.auphonic_uuid.should == "id" episode.published_at.should == now episode.summary.should == "summary"