Skip to content

Commit

Permalink
Roles order fixed in test is not essential
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Klimenko authored and bear454 committed Mar 28, 2018
1 parent 1118120 commit 30ba7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/admin/conferences_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@

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

Expand Down

0 comments on commit 30ba7b1

Please sign in to comment.