about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-08 09:25:18 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-08 09:25:18 +0000
commitb07c3e00b390eebde32c762fd17ab387490c7552 (patch)
tree5127f591d467352b63ccb4d639f73c2773fa65fa /t
parent13baf8bd44683a376b79c01c3abbaa71e5b86a71 (diff)
downloadrainbows-b07c3e00b390eebde32c762fd17ab387490c7552.tar.gz
Diffstat (limited to 't')
-rw-r--r--t/test_isolate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index 1b6c46d..aa31998 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -15,7 +15,7 @@ $stdout.reopen($stderr)
 
 Isolate.now!(opts) do
   gem 'rack', '1.1.0'
-  gem 'unicorn', '1.0.0'
+  gem 'unicorn', '1.1.0'
 
   if engine == "ruby"
     gem 'sendfile', '1.0.0' # next Rubinius should support this