diff options
author | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-05-25 15:20:21 +0100 |
---|---|---|
committer | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-05-25 15:20:21 +0100 |
commit | e04830445619b17bd2fce34583f08fc295cb30ad (patch) | |
tree | 37438daab83a09d9e8cfefb66638a5cd2559b1d9 | |
parent | dfe3ca5ec13a7fc2913b0ef26ddc87cecf0e134a (diff) | |
download | gitlab-ce-e04830445619b17bd2fce34583f08fc295cb30ad.tar.gz |
Remove 'should' from scenario in has_subgroup_title_spec.rb
-rw-r--r-- | spec/support/features/has_subgroup_title_spec.rb | 2 |
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' |