Commit 05566379 authored by Clement Ho's avatar Clement Ho

Rename describe

parent 4c48b925
...@@ -24,7 +24,7 @@ describe 'New/edit issue (EE)', :feature, :js do ...@@ -24,7 +24,7 @@ describe 'New/edit issue (EE)', :feature, :js do
visit new_namespace_project_issue_path(project.namespace, project) visit new_namespace_project_issue_path(project.namespace, project)
end end
describe 'single assignee' do describe 'shorten users API pagination limit (CE)' do
before do before do
# Using `allow_any_instance_of`/`and_wrap_original`, `original` would # Using `allow_any_instance_of`/`and_wrap_original`, `original` would
# somehow refer to the very block we defined to _wrap_ that method, instead of # somehow refer to the very block we defined to _wrap_ that method, instead of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment