2011-02-19 15:44:08 -05:00
|
|
|
######################################################################
|
|
|
|
# This file is imported from the minitest project.
|
|
|
|
# DO NOT make modifications in this repo. They _will_ be reverted!
|
|
|
|
# File a patch instead and assign it to Ryan Davis.
|
|
|
|
######################################################################
|
2008-12-12 19:22:31 -05:00
|
|
|
|
2011-08-26 17:45:02 -04:00
|
|
|
begin
|
|
|
|
gem 'minitest'
|
|
|
|
rescue Gem::LoadError
|
|
|
|
# do nothing
|
|
|
|
end
|
|
|
|
|
2008-12-12 19:22:31 -05:00
|
|
|
require 'minitest/unit'
|
2009-06-18 03:31:39 -04:00
|
|
|
require 'minitest/spec'
|
|
|
|
require 'minitest/mock'
|
2008-12-12 19:22:31 -05:00
|
|
|
|
|
|
|
MiniTest::Unit.autorun
|