mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Enable home spec back
This commit is contained in:
parent
e10e97cb92
commit
38a32f245f
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ RSpec.describe 'Homes', type: :request do
|
||||||
.to_return(status: 200, body: '[{"name": "1.0.0"}]', headers: {})
|
.to_return(status: 200, body: '[{"name": "1.0.0"}]', headers: {})
|
||||||
end
|
end
|
||||||
|
|
||||||
xit 'returns http success' do
|
it 'returns http success' do
|
||||||
get '/'
|
get '/'
|
||||||
|
|
||||||
expect(response).to have_http_status(:success)
|
expect(response).to have_http_status(:success)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue