Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-05-23 20:02:53 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-06-04 01:14:23 +0300
commitd78fd6df0c21f56887d1ca76cb5a40c16d3552b0 (patch)
tree3c0566f32a3bcf35b5ffbbbc00c17611b300f278 /spec/services
parent5ea01651758beee85003bafd9ebea767090cb9f1 (diff)
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