Fix rspec 2.99 deprecations

This commit is contained in:
Thibault Jouan
2015-04-29 13:06:44 +00:00
parent b70071a7c3
commit fae21e87d4
3 changed files with 8 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ describe API::PlaylistsController do
end
it 'lists all playlists' do
expect(do_get).to have(2).items
expect(do_get.size).to eq 2
end
it 'lists playlists with their id' do

View File

@@ -19,7 +19,7 @@ describe API::TracksController do
end
it 'lists all tracks' do
expect(do_get).to have(2).items
expect(do_get.size).to eq 2
end
it 'lists tracks with their id' do