summaryrefslogtreecommitdiff
path: root/spec/services
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-05-23 12:02:53 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-06-03 17:14:23 -0500
commitd78fd6df0c21f56887d1ca76cb5a40c16d3552b0 (patch)
tree3c0566f32a3bcf35b5ffbbbc00c17611b300f278 /spec/services
parent5ea01651758beee85003bafd9ebea767090cb9f1 (diff)
downloadgitlab-ce-d78fd6df0c21f56887d1ca76cb5a40c16d3552b0.tar.gz
Update CHANGELOG
Diffstat (limited to 'spec/services')
-rw-r--r--spec/services/issues/bulk_update_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/issues/bulk_update_service_spec.rb b/spec/services/issues/bulk_update_service_spec.rb
index 91d08636951..c777d475dd4 100644
--- a/spec/services/issues/bulk_update_service_spec.rb
+++ b/spec/services/issues/bulk_update_service_spec.rb
@@ -79,7 +79,7 @@ describe Issues::BulkUpdateService, services: true do
end
end
- context 'when the new assignee ID is not present', focus: true do
+ context 'when the new assignee ID is not present' do
let(:assignee_id) { nil }
it 'does not unassign' do