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.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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue