about summary refs log tree commit homepage
path: root/test/test_last_data_recv_unicorn.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_last_data_recv_unicorn.rb')
-rw-r--r--test/test_last_data_recv_unicorn.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_last_data_recv_unicorn.rb b/test/test_last_data_recv_unicorn.rb
index 38bdd11..7f06c85 100644
--- a/test/test_last_data_recv_unicorn.rb
+++ b/test/test_last_data_recv_unicorn.rb
@@ -6,7 +6,7 @@ require "net/http"
 $stderr.sync = $stdout.sync = true
 pmq = begin
   Raindrops::Aggregate::PMQ
-rescue => LoadError
+rescue LoadError => e
   warn "W: #{e} skipping test"
   false
 end