Skip to content

Commit 767cc2f

Browse files
committed
Needs skip method
1 parent a94a0f0 commit 767cc2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/lib/helper.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
require "test/unit"
22
require_relative "core_assertions"
33

4+
class Test::Unit::TestCase
5+
alias skip pend
6+
end
7+
48
Test::Unit::TestCase.include Test::Unit::CoreAssertions

0 commit comments

Comments
 (0)