Sha256: 0e81e810c2f61f753f2bb5b2919b61c7c6323ad90b2fa2fe237207ecba725627
Contents?: true
Size: 527 Bytes
Versions: 15
Compression:
Stored size: 527 Bytes
Contents
require 'mocha/deprecation' require 'mocha/integration/test_unit' require 'mocha/integration/mini_test' module Mocha module Integration def self.activate if [Integration::TestUnit, Integration::MiniTest].map(&:activate).none? Deprecation.warning("Test::Unit or MiniTest must be loaded *before* Mocha.") Deprecation.warning("If you're integrating with a test library other than Test::Unit or MiniTest, you should use `require 'mocha/api'` instead of `require 'mocha'`.") end end end end
Version data entries
15 entries across 14 versions & 4 rubygems