spec/rapgenius/annotation_spec.rb in rapgenius-0.0.3 vs spec/rapgenius/annotation_spec.rb in rapgenius-0.1.0

- old
+ new

@@ -11,10 +11,10 @@ its(:song) { should be_a Song } its(:song_url) { should eq "http://rapgenius.com/Big-sean-control-lyrics" } describe "#lyric" do it "should have the correct lyric" do - annotation.lyric.should eq "You gon' get this rain like it's May weather," + annotation.lyric.should match "You gon' get this rain like it's May weather" end end describe "#explanation" do it "should have the correct explanation" do