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