Removed the newline after the test snippet
This commit is contained in:
parent
c0ccdb6188
commit
e80158c998
@ -865,7 +865,6 @@ snippet test
|
|||||||
test "should ${1:do something}" do
|
test "should ${1:do something}" do
|
||||||
${2}
|
${2}
|
||||||
end
|
end
|
||||||
|
|
||||||
#migrations
|
#migrations
|
||||||
snippet mac
|
snippet mac
|
||||||
add_column :${1:table_name}, :${2:column_name}, :${3:data_type}
|
add_column :${1:table_name}, :${2:column_name}, :${3:data_type}
|
||||||
|
Loading…
Reference in New Issue
Block a user