about summary refs log tree commit homepage
path: root/test/test_epoll_io.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_epoll_io.rb')
-rw-r--r--test/test_epoll_io.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_epoll_io.rb b/test/test_epoll_io.rb
index 05a0613..56a3808 100644
--- a/test/test_epoll_io.rb
+++ b/test/test_epoll_io.rb
@@ -1,4 +1,4 @@
-require 'test/unit'
+require './test/helper'
 require 'fcntl'
 require 'socket'
 require 'thread'
@@ -6,7 +6,7 @@ $-w = true
 Thread.abort_on_exception = true
 require 'sleepy_penguin'
 
-class TestEpollIO < Test::Unit::TestCase
+class TestEpollIO < Testcase
   include SleepyPenguin
 
   def setup