Fix typo in API ping spec
This commit is contained in:
parent
86bec28457
commit
2ed16eac25
@ -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' })
|
||||
|
Loading…
x
Reference in New Issue
Block a user