Fix typo in Rakefile

This commit is contained in:
Yasuo Honda 2011-10-03 11:56:11 -04:00
parent b564ffcad4
commit 8cc70cf32a
1 changed files with 1 additions and 1 deletions

View File

@ -100,5 +100,5 @@ if ENV['ORACLE_ENHANCED_PATH'] || ENV['ORACLE_ENHANCED']
end
end
# A gem necessary for ActiveRecord tests with Oracle database
# A gem necessary for ActiveRecord tests with IBM DB
gem "ibm_db" if ENV['IBM_DB']