diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 10f68a00d6d9327f82c917e05bdeefedadd8e49c..6f48bb713366de79b38a65c4ef7fde11cc46d527 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -69,6 +69,10 @@
     TestEnv.init
   end
 
+  config.after(:context) do
+    puts "GC statistics: #{GC.stat}"
+  end
+
   config.before(:all) do
     License.destroy_all
     TestLicense.init