diff options
Diffstat (limited to 'activerecord/Rakefile')
-rwxr-xr-x | activerecord/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |