Last Modified
2013-07-17 01:02:36 +0000
Requires

Description

Include Matchers for other test frameworks. Note that MiniTest must come before TU because on ruby 1.9, T::U::TC is a subclass of MT::U::TC and a 1.9 bug can lead to infinite recursion from the `super` call in our method_missing hook. See this gist for more info: gist.github.com/845896