follow the styleguide: Don't use parentheses around a literal
This commit is contained in:
parent
64a60bc454
commit
064eb2caa6
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ shared_examples 'an email sent from GitLab' do
|
|||
end
|
||||
|
||||
it 'ends the subject with the suffix' do
|
||||
is_expected.to have_subject (/ \| A Nice Suffix$/)
|
||||
is_expected.to have_subject /\ \| A Nice Suffix$/
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue