module Mocha::Integration::TestUnit::Nothing
Public Class Methods
applicable_to?(_test_unit_version, _ruby_version = nil)
click to toggle source
# File lib/mocha/integration/test_unit/nothing.rb, line 5 def self.applicable_to?(_test_unit_version, _ruby_version = nil) true end
description()
click to toggle source
# File lib/mocha/integration/test_unit/nothing.rb, line 9 def self.description 'nothing (no Test::Unit integration available)' end
included(_mod)
click to toggle source
# File lib/mocha/integration/test_unit/nothing.rb, line 13 def self.included(_mod) raise 'No Test::Unit integration available' end