public
Fork of floehopper/mocha
Description: Mocha is a mocking & stubbing library for Ruby
Homepage: http://mocha.rubyforge.org/
Clone URL: git://github.com/sprsquish/mocha.git
mocha / init.rb
100644 3 lines (3 sloc) 0.056 kb
1
2
3
if ENV['RAILS_ENV'] == 'test' then
  require 'mocha'
end