diff --git a/spec/models/contact_spec.rb b/spec/models/contact_spec.rb index 80dfb47ad..b9be3b3fa 100644 --- a/spec/models/contact_spec.rb +++ b/spec/models/contact_spec.rb @@ -171,11 +171,6 @@ RSpec.describe Contact do end context 'with callbacks' do - before :example do - # Ensure callbacks are not taken out from other specs - Contact.set_callback(:create, :before, :generate_auth_info) - end - context 'after create' do it 'should not allow to use same code' do registrar = create(:registrar, code: 'FIXED')