提交 064eb2ca 编写于 作者: F Fu Xu

follow the styleguide: Don't use parentheses around a literal

上级 64a60bc4
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册