mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Fix user controller spec
This commit is contained in:
committed by
Rob Harrington
parent
39f0c5b5b0
commit
a5940e1641
@@ -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) }
|
||||
|
||||
Reference in New Issue
Block a user