From fd4e12ee3bc8d2ba09b3bfe58cf7a93d9056129e Mon Sep 17 00:00:00 2001 From: Gonzalo Riestra Date: Fri, 9 Nov 2018 13:37:14 +0100 Subject: [PATCH] add new spec to makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b2b1804a55..1bd772c2f0 100644 --- a/Makefile +++ b/Makefile @@ -341,6 +341,7 @@ SPEC_HELPER_MIN_SPECS = \ spec/requests/password_resets_controller_spec.rb \ spec/models/carto/feature_flag_spec.rb \ spec/mailers/user_mailer_spec.rb \ + spec/services/carto/user_multifactor_auth_update_service_spec.rb \ $(NULL) # This class must be tested isolated as pollutes namespace