diff options
author | Douwe Maan <douwe@gitlab.com> | 2017-07-07 14:28:18 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-07-07 14:28:18 +0000 |
commit | 939cff899ca92f6e981c7ec8a68df64602e2d893 (patch) | |
tree | 5f06ce4b9767be402f7958076bc233ae49c91ced /spec/features | |
parent | c88739ffa6ad99fbd5e20a6e8f2ee251996ea18b (diff) | |
parent | acbad6d8372a820487376e7011004796b28a763f (diff) | |
download | gitlab-ce-939cff899ca92f6e981c7ec8a68df64602e2d893.tar.gz |
Merge branch 'tc-follow-up-mia' into 'master'
Follow-up from "Namespace license checks for multiple assignees"
Closes gitlab-ee#2839
See merge request !12701
Diffstat (limited to 'spec/features')
-rw-r--r-- | spec/features/issues/form_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/issues/form_spec.rb b/spec/features/issues/form_spec.rb index 5c75b0d56b0..4a2ca243755 100644 --- a/spec/features/issues/form_spec.rb +++ b/spec/features/issues/form_spec.rb @@ -23,7 +23,7 @@ describe 'New/edit issue', :feature, :js do visit new_project_issue_path(project) end - describe 'shorten users API pagination limit (CE)' do + describe 'shorten users API pagination limit' do before do # Using `allow_any_instance_of`/`and_wrap_original`, `original` would # somehow refer to the very block we defined to _wrap_ that method, instead of @@ -63,7 +63,7 @@ describe 'New/edit issue', :feature, :js do end end - describe 'single assignee (CE)' do + describe 'single assignee' do before do click_button 'Unassigned' |