Skip to content

Commit 751c1ab

Browse files
Tyrone Postlpil
Tyrone Post
authored andcommitted
full test name highlighted for change (honza#826)
1 parent f5ba6cd commit 751c1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/rails.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ snippet xpost
325325
snippet xput
326326
xhr :put, :${1:update}, id: ${2:1}, ${3:object}: ${4:object}
327327
snippet test
328-
test 'should ${1:do something}' do
328+
test '${1:should do something}' do
329329
${0}
330330
end
331331
###########################

0 commit comments

Comments
 (0)