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

4 lines
86 B
Plaintext
Raw Normal View History

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