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