From 87f23f4db4b7ded9ebab6e212712e5f88187e16d Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Wed, 12 May 2010 23:37:20 -0700 Subject: [PATCH] no need to force GC --- spec/mysql2/client_spec.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spec/mysql2/client_spec.rb b/spec/mysql2/client_spec.rb index 30ccd62..bbeeb61 100644 --- a/spec/mysql2/client_spec.rb +++ b/spec/mysql2/client_spec.rb @@ -6,11 +6,6 @@ describe Mysql2::Client do @client = Mysql2::Client.new end - after(:each) do - # forcefully clean up old connections - GC.start - end - it "should be able to connect via SSL options" do pending("DON'T WORRY, THIS TEST PASSES :) - but is machine-specific. You need to have MySQL running with SSL configured and enabled. Then update the paths in this test to your needs and remove the pending state.") ssl_client = nil