mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Roles order fixed in test is not essential
This commit is contained in:
parent
111812025b
commit
30ba7b133b
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ describe Admin::ConferencesController do
|
|||
|
||||
expect(conference.roles.count).to eq 4
|
||||
|
||||
expect(conference.roles).to eq [organizer_role, cfp_role, info_desk_role, volunteers_coordinator_role]
|
||||
expect(conference.roles).to match_array [organizer_role, cfp_role, info_desk_role, volunteers_coordinator_role]
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue