Sha256: 6557231d8a3a474f6a3142d8dad2f0df94241817d4285f2004036392ff43b824

Contents?: true

Size: 233 Bytes

Versions: 227

Compression:

Stored size: 233 Bytes

Contents

begin
  silence_warnings { require 'mocha' }
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

Version data entries

227 entries across 191 versions & 20 rubygems

Version Path
dirty_history-0.4.9 dirty_history/ruby/1.9.1/gems/activesupport-3.1.1/lib/active_support/testing/mochaing.rb
activesupport-3.2.0.rc1 lib/active_support/testing/mochaing.rb
dirty_history-0.4.8 dirty_history/ruby/1.9.1/gems/activesupport-3.1.1/lib/active_support/testing/mochaing.rb
dirty_history-0.4.7 dirty_history/ruby/1.9.1/gems/activesupport-3.1.1/lib/active_support/testing/mochaing.rb
dirty_history-0.4.6 dirty_history/ruby/1.9.1/gems/activesupport-3.1.1/lib/active_support/testing/mochaing.rb
dirty_history-0.4.5 dirty_history/ruby/1.9.1/gems/activesupport-3.1.1/lib/active_support/testing/mochaing.rb
dirty_history-0.4.4 dirty_history/ruby/1.9.1/gems/activesupport-3.1.1/lib/active_support/testing/mochaing.rb
dirty_history-0.4.3 dirty_history/ruby/1.9.1/gems/activesupport-3.1.1/lib/active_support/testing/mochaing.rb
dirty_history-0.4.2 dirty_history/ruby/1.9.1/gems/activesupport-3.1.1/lib/active_support/testing/mochaing.rb
activesupport-3.1.3 lib/active_support/testing/mochaing.rb
activesupport-3.1.2 lib/active_support/testing/mochaing.rb
activesupport-3.1.2.rc2 lib/active_support/testing/mochaing.rb
activesupport-3.1.2.rc1 lib/active_support/testing/mochaing.rb
dirty_history-0.3.0 dirty_history/ruby/1.9.1/gems/activesupport-3.1.1/lib/active_support/testing/mochaing.rb
activesupport-3.1.1 lib/active_support/testing/mochaing.rb
activesupport-3.1.1.rc3 lib/active_support/testing/mochaing.rb
activesupport-3.1.1.rc2 lib/active_support/testing/mochaing.rb
activesupport-3.1.1.rc1 lib/active_support/testing/mochaing.rb
activesupport-3.1.0 lib/active_support/testing/mochaing.rb
activesupport-3.1.0.rc8 lib/active_support/testing/mochaing.rb