Removed the newline after the test snippet

This commit is contained in:
Eustaquio Rangel 2012-08-29 09:14:08 -03:00
parent c0ccdb6188
commit e80158c998

View File

@ -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}