We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94a0f0 commit 767cc2fCopy full SHA for 767cc2f
test/lib/helper.rb
@@ -1,4 +1,8 @@
1
require "test/unit"
2
require_relative "core_assertions"
3
4
+class Test::Unit::TestCase
5
+ alias skip pend
6
+end
7
+
8
Test::Unit::TestCase.include Test::Unit::CoreAssertions
0 commit comments