File: init.rb

package info (click to toggle)
ruby-mocha 0.11.3-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,300 kB
  • sloc: ruby: 9,935; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 209 bytes parent folder | download
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