1
0
Fork 0
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:
Akshay Vishnoi 2014-05-28 01:46:19 +05:30
parent d5c315d8d4
commit 5c22db25aa

View file

@ -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'"