We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046cbcf commit 9042939Copy full SHA for 9042939
1 file changed
spec/features/admin/sign_out_spec.rb
@@ -2,7 +2,7 @@
2
3
RSpec.feature "Admin - Sign Out", type: :feature, js: true do
4
given!(:user) do
5
- create :user, email: "email@person.com"
+ create :admin_user, email: "email@person.com"
6
end
7
8
background do
0 commit comments