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

4 lines
75 B
Plaintext
Executable File

Given /^${1:something} ${2:"([^\"]*)"}$/ do |${3:arg1}|
${4:pending}
end