Skip to content

Commit 9042939

Browse files
committed
test: Fix admin signout spec
We need to create a admin user
1 parent 046cbcf commit 9042939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/features/admin/sign_out_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
RSpec.feature "Admin - Sign Out", type: :feature, js: true do
44
given!(:user) do
5-
create :user, email: "email@person.com"
5+
create :admin_user, email: "email@person.com"
66
end
77

88
background do

0 commit comments

Comments
 (0)