Fix typo in API ping spec

This commit is contained in:
Thibault Jouan 2015-05-01 17:25:18 +00:00
parent 86bec28457
commit 2ed16eac25

View File

@ -4,7 +4,7 @@ describe 'API application' do
before { api_sign_in }
describe 'ping endpoint' do
before { get api_ping_path, format: json }
before { get api_ping_path, format: :json }
it 'responds with a pong' do
expect(json).to eq({ pong: 'ok' })