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
path: root/spec
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-25 17:20:21 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-25 17:20:21 +0300
commite04830445619b17bd2fce34583f08fc295cb30ad (patch)
tree37438daab83a09d9e8cfefb66638a5cd2559b1d9 /spec
parentdfe3ca5ec13a7fc2913b0ef26ddc87cecf0e134a (diff)
Remove 'should' from scenario in has_subgroup_title_spec.rb
Diffstat (limited to 'spec')
-rw-r--r--spec/support/features/has_subgroup_title_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/features/has_subgroup_title_spec.rb b/spec/support/features/has_subgroup_title_spec.rb
index b631eeeec3a..2a852817c94 100644
--- a/spec/support/features/has_subgroup_title_spec.rb
+++ b/spec/support/features/has_subgroup_title_spec.rb
@@ -1,5 +1,5 @@
shared_examples 'has subgroup title' do |parent_group_name, subgroup_name, project_name|
- it 'should show the full title' do
+ it 'shows the full title' do
title = find('.title-container')
expect(title).not_to have_selector '.initializing'