aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorkennyj <kennyj@gmail.com>2012-02-11 23:27:14 +0900
committerkennyj <kennyj@gmail.com>2012-02-11 23:27:14 +0900
commit7f14508eefdcbddc5c9fec7018cc653aeba74f7a (patch)
tree0ab3025fc1101bde1d595da8f60e3a0d4f77034e /activerecord
parent69147ee0720b667aa2b7eb24a64639162ac844a3 (diff)
downloadrails-7f14508eefdcbddc5c9fec7018cc653aeba74f7a.tar.gz
rails-7f14508eefdcbddc5c9fec7018cc653aeba74f7a.tar.bz2
rails-7f14508eefdcbddc5c9fec7018cc653aeba74f7a.zip
Fix warning: The method name is a duplicate and wrong.
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/test/cases/schema_dumper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/schema_dumper_test.rb b/activerecord/test/cases/schema_dumper_test.rb
index 4de0999dbb..3314013cd4 100644
--- a/activerecord/test/cases/schema_dumper_test.rb
+++ b/activerecord/test/cases/schema_dumper_test.rb
@@ -236,7 +236,7 @@ class SchemaDumperTest < ActiveRecord::TestCase
end
end
- def test_schema_dump_includes_tsvector_shorthand_definition
+ def test_schema_dump_includes_hstores_shorthand_definition
output = standard_dump
if %r{create_table "postgresql_hstores"} =~ output
assert_match %r{t.hstore "hash_store", default => ""}, output