Skip to content

Commit

Permalink
oops! add parens so the block is properly bound
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jun 6, 2011
1 parent f8301eb commit 1f02e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f02e3e

Please sign in to comment.