diff --git a/test/mongoid_test.rb b/test/mongoid_test.rb
index 44b4ca9a0798538974177cfb79332657d9908e3b..67e8c5016e345486749f96d9f632b6cca9f4973a 100644
--- a/test/mongoid_test.rb
+++ b/test/mongoid_test.rb
@@ -26,6 +26,6 @@ class MongoidTest < Test::Unit::TestCase
   end
 end
 
-rescue LoadError => crash
+rescue LoadError
   warn 'Mongoid not installed, not tested.'
 end