Remove 'should' from scenario in has_subgroup_title_spec.rb

This commit is contained in:
Luke "Jared" Bennett 2017-05-25 15:20:21 +01:00
parent dfe3ca5ec1
commit e048304456
No known key found for this signature in database
GPG key ID: 402ED51FB5D306C2

View file

@ -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'