Skip to content
  • Rafael Mendonça França's avatar
    fd6aaaa0
    Stop requiring mocha automatically · fd6aaaa0
    Rafael Mendonça França authored
    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
    Stop requiring mocha automatically
    Rafael Mendonça França authored
    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
Loading