Fix typo in playlists API specs
This commit is contained in:
parent
2ed16eac25
commit
d1551c62b0
@ -5,7 +5,7 @@ describe 'API playlists' do
|
|||||||
|
|
||||||
it 'lists playlists' do
|
it 'lists playlists' do
|
||||||
playlist = create :playlist
|
playlist = create :playlist
|
||||||
get api_playlists_path, format: json
|
get api_playlists_path, format: :json
|
||||||
|
|
||||||
expect(json).to match [
|
expect(json).to match [
|
||||||
a_hash_including(
|
a_hash_including(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user