about summary refs log tree commit homepage
path: root/test/test_splice.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_splice.rb')
-rw-r--r--test/test_splice.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_splice.rb b/test/test_splice.rb
index 266f52b..94354a2 100644
--- a/test/test_splice.rb
+++ b/test/test_splice.rb
@@ -1,11 +1,9 @@
 # -*- encoding: binary -*-
-require 'test/unit'
+require_relative 'helper'
 require 'tempfile'
 require 'socket'
 require 'io/nonblock'
 require 'timeout'
-$-w = true
-require 'sleepy_penguin'
 
 class TestSplice < Test::Unit::TestCase