Skip to content

Commit 0839eae

Browse files
Cosmicoppaimatzbot
authored andcommitted
[ruby/timeout] refactor the change to keep the compatability with nil and type-errror and added tests
ruby/timeout@e8a7dbdb87
1 parent 0f2cd39 commit 0839eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_timeout.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: false
22
require 'test/unit'
3-
require_relative '../lib/timeout'
3+
require 'timeout'
44

55
class TestTimeout < Test::Unit::TestCase
66

0 commit comments

Comments
 (0)