aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-02-11 06:44:56 -0800
committerSantiago Pastorino <santiago@wyeworks.com>2012-02-11 06:44:56 -0800
commit347e0a603308f1936d995ad0e7966e1de071e75f (patch)
tree36fd8a4af1eed4475194d6ced14437d0e8eb5219 /activerecord/test
parent495dcd6942098b54e01153397ef14cfd50f8eccb (diff)
parent7f14508eefdcbddc5c9fec7018cc653aeba74f7a (diff)
downloadrails-347e0a603308f1936d995ad0e7966e1de071e75f.tar.gz
rails-347e0a603308f1936d995ad0e7966e1de071e75f.tar.bz2
rails-347e0a603308f1936d995ad0e7966e1de071e75f.zip
Merge pull request #5003 from kennyj/fix_warning_20120211
Fix warning: The method name is a duplicate and wrong.
Diffstat (limited to 'activerecord/test')
-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