Update registrations_controller_spec.rb

This commit is contained in:
KMY(雪あすか) 2025-04-26 13:37:28 +09:00 committed by GitHub
parent c6b740ace2
commit ffb4ca4231
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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