Merge branch 'track_search' of https://github.com/tomwolfe/musicbrainz into tomwolfe-track_search

This commit is contained in:
Mathias Gawlista
2013-05-06 19:58:58 +02:00
13 changed files with 94 additions and 24 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ describe MusicBrainz::ReleaseGroup do
context 'with type filter' do
it "searches release group by artist name and title" do
matches = MusicBrainz::ReleaseGroup.search('Kasabian', 'Empire', type: 'Album')
matches = MusicBrainz::ReleaseGroup.search('Kasabian', 'Empire', 'Album')
matches.length.should be > 0
matches.first[:title].should == 'Empire'
matches.first[:type].should == 'Album'