Skip to content

Instantly share code, notes, and snippets.

@drbrain
Created November 25, 2014 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drbrain/b865818aa9addf5bda03 to your computer and use it in GitHub Desktop.
Save drbrain/b865818aa9addf5bda03 to your computer and use it in GitHub Desktop.
Index: test/lib/minitest/unit.rb
===================================================================
--- test/lib/minitest/unit.rb (revision 48558)
+++ test/lib/minitest/unit.rb (working copy)
@@ -1412,6 +1412,8 @@
include MiniTest::Assertions
end # class TestCase
end # class Unit
+
+ Test = Unit::TestCase
end # module MiniTest
Minitest = MiniTest # :nodoc: because ugh... I typo this all the time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment