Files
gitlabhq/spec
Sean McGivernandAlfredo Sumaran 0fcf6e1094 Tidy up BulkUpdateService specs
1. Don't use instance variables, use `let` instead.
2. Add descriptions for all specs.
3. Share variables where possible.
4. Give labels more vivid names than 1, 2, and 3.
5. Remove deprecation warnings by passing issue IDs as '1,2,3' instead
   of an array, as that's how they're passed by the front-end. (The
   deprecation warning is for passing a nested array, which is what
   happens if an actual array is passed, as:
     `[1, 2, 3].split(',') == [[1, 2, 3]]`
2016-06-03 17:14:23 -05:00
..
2016-06-01 12:10:08 +02:00
2016-06-03 17:11:41 -05:00
2016-06-03 15:20:11 +02:00
2016-05-12 16:39:03 -05:00
2016-06-03 17:14:23 -05:00
2016-05-31 19:33:46 -03:00