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:
authorSemyon Pupkov <mail@semyonpupkov.com>2018-09-20 19:47:34 +0300
committerSemyon Pupkov <mail@semyonpupkov.com>2018-09-20 19:47:34 +0300
commit6c31b607de3528f78f340a2bc5bfdb163378981c (patch)
tree119877c77cef8239c17c09005b5378e919bbf403 /spec/features/search
parent7d6c66381cffc211a0de87911d037b415f8d1fa3 (diff)
Fix SpaceBeforeFirstArg cop
Diffstat (limited to 'spec/features/search')
-rw-r--r--spec/features/search/user_uses_search_filters_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/search/user_uses_search_filters_spec.rb b/spec/features/search/user_uses_search_filters_spec.rb
index 66afe163447..0725ff178ac 100644
--- a/spec/features/search/user_uses_search_filters_spec.rb
+++ b/spec/features/search/user_uses_search_filters_spec.rb
@@ -14,7 +14,7 @@ describe 'User uses search filters', :js do
visit(search_path)
end
- context' when filtering by group' do
+ context 'when filtering by group' do
it 'shows group projects' do
find('.js-search-group-dropdown').click
@@ -36,7 +36,7 @@ describe 'User uses search filters', :js do
end
end
- context' when filtering by project' do
+ context 'when filtering by project' do
it 'shows a project' do
page.within('.project-filter') do
find('.js-search-project-dropdown').click