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