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

3 lines
66 B
Plaintext
Executable File

${1:target}.should_not be_close(${2:result}, ${3:tolerance})
${4}