From cd27cd5e495d803750c3fc34e74365353cb6938b Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 6 Jun 2011 16:59:51 -0700 Subject: oops! add parens so the block is properly bound --- activerecord/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/Rakefile b/activerecord/Rakefile index 8b0f76048f..71200abf69 100755 --- a/activerecord/Rakefile +++ b/activerecord/Rakefile @@ -68,7 +68,7 @@ end task :isolated_test => "isolated_test_#{adapter}" # Set the connection environment for the adapter - task :env { ENV['ARCONN'] = adapter } + task(:env) { ENV['ARCONN'] = adapter } end # Make sure the adapter test evaluates the env setting task -- cgit v1.2.3