jferris / mocha forked from floehopper/mocha

Mocha is a mocking and stubbing library for Ruby

mocha / init.rb
100644 3 lines (3 sloc) 0.056 kb
1
2
3
if ENV['RAILS_ENV'] == 'test' then
  require 'mocha'
end