Enable home spec back

This commit is contained in:
Eugene Burmakin
2025-05-18 11:45:45 +02:00
parent e10e97cb92
commit 38a32f245f
2 changed files with 2 additions and 2 deletions

View File

@@ -4,4 +4,4 @@
"2A275P77DQ.app.dawarich.Dawarich"
]
}
}
}

View File

@@ -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)