Sha256: 2731d976a2f7496a9856d555299b59218076d7e18bba0c9f2e255c798f5889b3

Contents?: true

Size: 565 Bytes

Versions: 5

Compression:

Stored size: 565 Bytes

Contents

unless defined?(STANDARD_OBJECT_PUBLIC_INSTANCE_METHODS)
  STANDARD_OBJECT_PUBLIC_INSTANCE_METHODS = Object.instance_methods + Object.private_instance_methods
end

$:.unshift File.expand_path(File.join(File.dirname(__FILE__), "..", "lib"))
$:.unshift File.expand_path(File.join(File.dirname(__FILE__)))
$:.unshift File.expand_path(File.join(File.dirname(__FILE__), 'unit'))
$:.unshift File.expand_path(File.join(File.dirname(__FILE__), 'unit', 'parameter_matchers'))
$:.unshift File.expand_path(File.join(File.dirname(__FILE__), 'acceptance'))

require 'test/unit'

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
challah-1.0.0.beta3 vendor/bundle/gems/mocha-0.13.3/test/test_helper.rb
mocha-0.14.0.alpha test/test_helper.rb
challah-1.0.0.beta2 vendor/bundle/gems/mocha-0.13.3/test/test_helper.rb
challah-1.0.0.beta vendor/bundle/gems/mocha-0.13.3/test/test_helper.rb
mocha-0.13.3 test/test_helper.rb