diff --git a/spec/integration/api/playlists_spec.rb b/spec/integration/api/playlists_spec.rb index d26b7d9..82c2320 100644 --- a/spec/integration/api/playlists_spec.rb +++ b/spec/integration/api/playlists_spec.rb @@ -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