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

Fix typo s/precendence/precedence/

This commit is contained in:
Ryuta Kamizono 2019-10-13 17:55:39 +09:00
parent d1b39eaf12
commit 86e46956e3

View file

@ -36,7 +36,7 @@ class ZeitwerkInflectorTest < ActiveSupport::TestCase
assert_equal "SSLError", camelize("ssl_error")
end
test "overrides take precendence" do
test "overrides take precedence" do
# Precondition, ensure we are testing something.
assert_equal "MysqlAdapter", camelize("mysql_adapter")