From ae41ca80b5b77d4122cf71eb7be058b1282a1aaf Mon Sep 17 00:00:00 2001 From: Anupam Choudhury Date: Fri, 22 Mar 2013 14:21:46 +0530 Subject: Removed unused loop variable --- activerecord/test/cases/adapters/mysql/connection_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/test/cases/adapters/mysql/connection_test.rb b/activerecord/test/cases/adapters/mysql/connection_test.rb index b965983fec..1844a2e0dc 100644 --- a/activerecord/test/cases/adapters/mysql/connection_test.rb +++ b/activerecord/test/cases/adapters/mysql/connection_test.rb @@ -17,7 +17,7 @@ class MysqlConnectionTest < ActiveRecord::TestCase end def test_connect_with_url - run_without_connection do |orig| + run_without_connection do ar_config = ARTest.connection_config['arunit'] skip "This test doesn't work with custom socket location" if ar_config['socket'] -- cgit v1.2.3