gitlab-org--gitlab-foss/spec/services/issues
Sean McGivern 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
..
bulk_update_service_spec.rb Tidy up BulkUpdateService specs 2016-06-03 17:14:23 -05:00
close_service_spec.rb Rename Tasks to Todos 2016-02-20 12:39:27 -02:00
create_service_spec.rb Enable RSpec/NotToNot cop and auto-correct offenses 2016-05-24 15:40:29 -04:00
move_service_spec.rb Move awardables too when issue is moved 2016-06-01 18:33:49 +02:00
update_service_spec.rb Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename' 2016-05-20 16:23:04 -05:00