dotar/vim/snippets/ruby-rspec/desrc.snippet

4 lines
86 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
describe ${1:controller}, "${2:GET|POST|PUT|DELETE} ${3:/some/path}${4}" do
${5}
end