| Path: | lib/rspec/matchers/test_unit_integration.rb |
| Last Update: | Wed Aug 16 21:10:45 +0000 2017 |
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