Sha256: 0edbdc615530e4305ff818348232038061957f8517569b9f940878d7a6d961cc

Contents?: true

Size: 395 Bytes

Versions: 28

Compression:

Stored size: 395 Bytes

Contents

module Mocha
  module Integration
    module MiniTest
      module Nothing
        def self.applicable_to?(test_unit_version, ruby_version = nil)
          true
        end

        def self.description
          "nothing (no MiniTest integration available)"
        end

        def self.included(mod)
          raise "No MiniTest integration available"
        end
      end
    end
  end
end

Version data entries

28 entries across 24 versions & 5 rubygems

Version Path
mocha-1.6.0 lib/mocha/integration/mini_test/nothing.rb
mocha-1.5.0 lib/mocha/integration/mini_test/nothing.rb
mocha-1.4.0 lib/mocha/integration/mini_test/nothing.rb
mocha-1.3.0 lib/mocha/integration/mini_test/nothing.rb
mocha-1.2.1 lib/mocha/integration/mini_test/nothing.rb
mocha-1.2.0 lib/mocha/integration/mini_test/nothing.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/vendor/bundle/ruby/2.1.0/gems/mocha-1.0.0/lib/mocha/integration/mini_test/nothing.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/mocha-1.0.0/lib/mocha/integration/mini_test/nothing.rb
apl-library-0.0.90 vendor/bundle/ruby/1.9.1/gems/mocha-1.0.0/lib/mocha/integration/mini_test/nothing.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/vendor/bundle/ruby/1.9.1/gems/mocha-1.0.0/lib/mocha/integration/mini_test/nothing.rb
mocha-1.1.0 lib/mocha/integration/mini_test/nothing.rb
mocha-1.0.0 lib/mocha/integration/mini_test/nothing.rb
mocha-1.0.0.alpha lib/mocha/integration/mini_test/nothing.rb
tnargav-1.3.3 vendor/bundle/ruby/1.9.1/gems/mocha-0.14.0/lib/mocha/integration/mini_test/nothing.rb
challah-1.0.0 vendor/bundle/gems/mocha-0.14.0/lib/mocha/integration/mini_test/nothing.rb
tnargav-1.2.3 vendor/bundle/ruby/1.9.1/gems/mocha-0.14.0/lib/mocha/integration/mini_test/nothing.rb
mocha-0.14.0 lib/mocha/integration/mini_test/nothing.rb
challah-1.0.0.beta3 vendor/bundle/gems/mocha-0.13.3/lib/mocha/integration/mini_test/nothing.rb
mocha-0.14.0.alpha lib/mocha/integration/mini_test/nothing.rb
challah-1.0.0.beta2 vendor/bundle/gems/mocha-0.13.3/lib/mocha/integration/mini_test/nothing.rb