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

4 lines
81 B
Plaintext
Executable File

Spec::Runner.configure do |config|
config.mock_with :${1:mocha|flexmock|rr}
end