mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
houndci fixes
This commit is contained in:
parent
f84f3b97a7
commit
9f4325fd12
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ describe Admin::UsersController do
|
|||
let!(:admin_role) { create(:admin_role) }
|
||||
let!(:participant_role) { create(:participant_role) }
|
||||
let(:admin) { create(:admin) }
|
||||
let(:user) { create(:user) }
|
||||
let(:user) { create(:user) }
|
||||
before(:each) do
|
||||
sign_in(admin)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue