add the mocha stubbing and mocking library

This commit is contained in:
Matt Rogers 2013-03-02 22:26:31 -06:00
parent 0f7ed245c6
commit 7c5028f227
3 changed files with 6 additions and 0 deletions

View file

@ -3,5 +3,6 @@ SimpleCov.start 'rails'
ENV["RAILS_ENV"] = "test"
require 'test/unit'
require 'mocha/setup'
$:.unshift File.dirname(File.dirname(__FILE__))