Skip to content

Commit cd27cd5

Browse files
committed
oops! add parens so the block is properly bound
1 parent 8392f10 commit cd27cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: activerecord/Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ end
6868
task :isolated_test => "isolated_test_#{adapter}"
6969

7070
# Set the connection environment for the adapter
71-
task :env { ENV['ARCONN'] = adapter }
71+
task(:env) { ENV['ARCONN'] = adapter }
7272
end
7373

7474
# Make sure the adapter test evaluates the env setting task

0 commit comments

Comments
 (0)