mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Test Case - Change method name
This commit is contained in:
parent
d5c315d8d4
commit
5c22db25aa
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ module ActiveRecord
|
|||
assert_raise(TypeError) { @conn.type_cast(obj, nil) }
|
||||
end
|
||||
|
||||
def test_quoted_id
|
||||
def test_type_cast_object_which_responds_to_quoted_id
|
||||
quoted_id_obj = Class.new {
|
||||
def quoted_id
|
||||
"'zomg'"
|
||||
|
|
Loading…
Reference in a new issue