aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/binary_test.rb
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2014-06-14 17:11:08 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2014-06-14 17:11:08 +0530
commit889e65e3fa50259f312e648725d4c9c4280519a7 (patch)
treec348a2a9f4237fa1e88363e7a54e8133f6f7bd48 /activerecord/test/cases/binary_test.rb
parent34221cdcab7d145d22029174a990b3971616cc80 (diff)
downloadrails-889e65e3fa50259f312e648725d4c9c4280519a7.tar.gz
rails-889e65e3fa50259f312e648725d4c9c4280519a7.tar.bz2
rails-889e65e3fa50259f312e648725d4c9c4280519a7.zip
/mysql/i -> MySQL, Spell correct in continuation to #15555
Diffstat (limited to 'activerecord/test/cases/binary_test.rb')
-rw-r--r--activerecord/test/cases/binary_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/binary_test.rb b/activerecord/test/cases/binary_test.rb
index b41b95309b..ccf2be369d 100644
--- a/activerecord/test/cases/binary_test.rb
+++ b/activerecord/test/cases/binary_test.rb
@@ -21,7 +21,7 @@ unless current_adapter?(:DB2Adapter)
name = binary.name
- # Mysql adapter doesn't properly encode things, so we have to do it
+ # MySQL adapter doesn't properly encode things, so we have to do it
if current_adapter?(:MysqlAdapter)
name.force_encoding(Encoding::UTF_8)
end