• R
    Stop requiring mocha automatically · fd6aaaa0
    Rafael Mendonça França 提交于
    We are planning to remove mocha from our test suite because of
    performance problems. To make this possible we should stop require mocha
    on ActionSupport::TestCase.
    
    This should not affect applications since users still need to add mocha
    to Gemfile and this already load mocha.
    
    Added FIXME notes to place that still need mocha removal
    fd6aaaa0
abstract_unit.rb 980 字节