mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-09 17:58:01 -05:00
Enable home spec back
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user