Issue boards JS test is wrong
This https://gitlab.com/gitlab-org/gitlab-ce/blob/master/spec/javascripts/boards/list_spec.js#L90-108 test is actually wrong. It passes in the objects in the wrong order. It isn't failing because the ID's of the 2 objects are the same, so it is expecting a function to be called with the correct IDs.
It should probably be changed to have random ID's.