summaryrefslogtreecommitdiff
path: root/spec/features
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2017-07-05 22:09:15 +0200
committerToon Claes <toon@iotcl.com>2017-07-07 09:16:36 +0200
commit8a47c720e3ed117403c55389bd8d6a5411dba842 (patch)
tree1aeff751c5dc29a19f45eea6d9051aa3be50a9d8 /spec/features
parent49430c47d4d34072ff43cc1e35213317802055d7 (diff)
downloadgitlab-ce-8a47c720e3ed117403c55389bd8d6a5411dba842.tar.gz
Remove CE from spec example descriptions
They are confusing.
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/issues/form_spec.rb4
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'