Added test snippet to Ruby/Rails

This commit is contained in:
Eustaquio Rangel 2012-01-16 15:08:35 -02:00
parent 57daa7bfa7
commit 3896c40c98

View File

@ -895,6 +895,10 @@ snippet xpost
xhr :post, :${1:create}, :${2:object} => { ${3} } xhr :post, :${1:create}, :${2:object} => { ${3} }
snippet xput snippet xput
xhr :put, :${1:update}, :id => ${2:1}, :${3:object} => { ${4} }${5} xhr :put, :${1:update}, :id => ${2:1}, :${3:object} => { ${4} }${5}
snippet test
test "should ${1:do something}" do
${2}
end
#migrations #migrations
snippet mac snippet mac