Fix typo in API playlists specs

This commit is contained in:
Thibault Jouan 2015-05-04 00:58:48 +00:00
parent 77be82a19f
commit dcfe1b1b79

View File

@ -28,7 +28,7 @@ describe 'API playlists' do
before { post api_playlists_path, format: :json, playlist: playlist }
it 'reponds with created status' do
it 'responds with created status' do
expect(response).to have_http_status 201
end