diff --git a/spec/controllers/user_confirmations_controller_spec.rb b/spec/controllers/user_confirmations_controller_spec.rb index 12967cf335..144acfc461 100644 --- a/spec/controllers/user_confirmations_controller_spec.rb +++ b/spec/controllers/user_confirmations_controller_spec.rb @@ -1,6 +1,6 @@ require 'spec_helper' -describe UserConfirmationsController do +describe UserConfirmationsController, type: :controller do include AuthenticationWorkflow let!(:user) { create_enterprise_user } let!(:confirmed_user) { create_enterprise_user(confirmed_at: nil) }