From 38a32f245f834dbd0a00dd2d399e3819f55fd894 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Sun, 18 May 2025 11:45:45 +0200 Subject: [PATCH] Enable home spec back --- public/.well-known/apple-app-site-association | 2 +- spec/requests/home_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/.well-known/apple-app-site-association b/public/.well-known/apple-app-site-association index 98bd98ee..fbf3900a 100644 --- a/public/.well-known/apple-app-site-association +++ b/public/.well-known/apple-app-site-association @@ -4,4 +4,4 @@ "2A275P77DQ.app.dawarich.Dawarich" ] } -} \ No newline at end of file +} diff --git a/spec/requests/home_spec.rb b/spec/requests/home_spec.rb index 102ecafe..7a276c88 100644 --- a/spec/requests/home_spec.rb +++ b/spec/requests/home_spec.rb @@ -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)