Remove 'should' from scenario in has_subgroup_title_spec.rb
This commit is contained in:
parent
dfe3ca5ec1
commit
e048304456
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue