dotar/vim/snippets/ruby-rspec/dests.snippet
2011-11-17 16:00:49 -06:00

4 lines
52 B
Plaintext
Executable File

describe ${1:Type}, "${2:description}" do
${3}
end