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

6 lines
61 B
Plaintext
Executable File

require 'spec_helper'
describe ${1:controller} do
${2}
end