Fix glitch-soc-specific health check spec
This commit is contained in:
parent
2ae8c41e5d
commit
5c225b03db
1 changed files with 2 additions and 2 deletions
13
spec/controllers/health_controller_spec.rb
Normal file
13
spec/controllers/health_controller_spec.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'rails_helper'
|
||||
|
||||
describe HealthController do
|
||||
render_views
|
||||
|
||||
describe 'GET #show' do
|
||||
subject(:response) { get :show, params: { format: :json } }
|
||||
|
||||
it 'returns the right response' do
|
||||
expect(response).to have_http_status 200
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue