about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-09-28 17:40:01 -0700
committerEric Wong <normalperson@yhbt.net>2010-09-28 17:40:01 -0700
commitad821f70a2488a91f2be1ac53cb2e64f50743989 (patch)
tree6db4d334106360305ba3b66b643e8694f232fa10 /t
parent11c75ec06ce72cea0c760161dc01a196500aa293 (diff)
downloadrainbows-ad821f70a2488a91f2be1ac53cb2e64f50743989.tar.gz
It removes the burden of byte slicing and setting file
descriptor flags.  In some cases, we can remove unnecessary
peeraddr calls, too.
Diffstat (limited to 't')
-rw-r--r--t/test_isolate.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index 52ec8d4..d39d7be 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -15,6 +15,7 @@ $stdout.reopen($stderr)
 
 Isolate.now!(opts) do
   gem 'rack', '1.1.0' # Cramp currently requires ~> 1.1.0
+  gem 'kgio', '1.0.1'
   gem 'unicorn', '1.1.3'
   gem 'kcar', '0.1.1'