public
Description: Mocha is a mocking and stubbing library for Ruby
Homepage: http://mocha.rubyforge.org/
Clone URL: git://github.com/floehopper/mocha.git
mocha / init.rb
100644 3 lines (3 sloc) 0.209 kb
1
2
3
# Mocha should no longer be loaded at plugin load time
# You should explicitly load Mocha *after* Test::Unit or MiniTest have been loaded
# e.g. by adding "require 'mocha'" at the bottom of test/test_helper.rb