diff --git a/snippets/ruby.snippets b/snippets/ruby.snippets index 388316b..823f04b 100644 --- a/snippets/ruby.snippets +++ b/snippets/ruby.snippets @@ -895,6 +895,10 @@ snippet xpost xhr :post, :${1:create}, :${2:object} => { ${3} } snippet xput xhr :put, :${1:update}, :id => ${2:1}, :${3:object} => { ${4} }${5} +snippet test + test "should ${1:do something}" do + ${2} + end #migrations snippet mac