From ffb4ca4231f5bb41de9c00cab97a50394bb5a87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KMY=EF=BC=88=E9=9B=AA=E3=81=82=E3=81=99=E3=81=8B=EF=BC=89?= Date: Sat, 26 Apr 2025 13:37:28 +0900 Subject: [PATCH] Update registrations_controller_spec.rb --- spec/controllers/auth/registrations_controller_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/controllers/auth/registrations_controller_spec.rb b/spec/controllers/auth/registrations_controller_spec.rb index c58bff659c..daacbdf9b9 100644 --- a/spec/controllers/auth/registrations_controller_spec.rb +++ b/spec/controllers/auth/registrations_controller_spec.rb @@ -542,7 +542,6 @@ RSpec.describe Auth::RegistrationsController do it_behaves_like 'registration with time', 'only secondary time range is set', 0, 0, 9, 12, true end - it_behaves_like 'checks for enabled registrations', :create it_behaves_like 'registration mode based responses', :create end