aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2014-05-28 01:46:19 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2014-05-28 01:46:19 +0530
commit5c22db25aa7d8bd054879d577a68b5790be7c044 (patch)
tree93a0e82cfb360ab10ffc223a2cff2da1b334639b /activerecord/test/cases
parentd5c315d8d4a34b13553884a96d880c021608dcbd (diff)
downloadrails-5c22db25aa7d8bd054879d577a68b5790be7c044.tar.gz
rails-5c22db25aa7d8bd054879d577a68b5790be7c044.tar.bz2
rails-5c22db25aa7d8bd054879d577a68b5790be7c044.zip
Test Case - Change method name
Diffstat (limited to 'activerecord/test/cases')
-rw-r--r--activerecord/test/cases/adapters/sqlite3/quoting_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/adapters/sqlite3/quoting_test.rb b/activerecord/test/cases/adapters/sqlite3/quoting_test.rb
index 209b7f70c9..8c9a051eea 100644
--- a/activerecord/test/cases/adapters/sqlite3/quoting_test.rb
+++ b/activerecord/test/cases/adapters/sqlite3/quoting_test.rb
@@ -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'"