1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

oops! add parens so the block is properly bound

This commit is contained in:
Aaron Patterson 2011-06-06 16:59:51 -07:00
parent 8392f10b58
commit cd27cd5e49

View file

@ -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