aboutsummaryrefslogblamecommitdiffstats
path: root/activesupport/lib/active_support/testing/mochaing.rb
blob: 0161476d797eb7587d29d065ca0f3c57467ee8b0 (plain) (tree)
1
2
3
4
5
6
7
     
                                            




                                                                   
begin
  silence_warnings { require 'mocha/setup' }
rescue LoadError
  # Fake Mocha::ExpectationError so we can rescue it in #run. Bleh.
  Object.const_set :Mocha, Module.new
  Mocha.const_set :ExpectationError, Class.new(StandardError)
end