From a5940e16412c19cd65d1ee71ab89155d67caa2e2 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley Date: Fri, 22 Dec 2017 07:20:22 +0000 Subject: [PATCH] Fix user controller spec --- spec/controllers/user_confirmations_controller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }