Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
57433abb7db0
Commit
064eb2ca
authored
Sep 29, 2016
by
Fu Xu
Browse files
follow the styleguide: Don't use parentheses around a literal
parent
f324c20dd672
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/mailers/shared/notify.rb
View file @
57433abb
...
...
@@ -44,7 +44,7 @@
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment