Skip to content

Commit

Permalink
Fix warning: The method name is a duplicate and wrong.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyj committed Feb 11, 2012
1 parent 69147ee commit 7f14508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/schema_dumper_test.rb
Expand Up @@ -236,7 +236,7 @@ def test_schema_dump_includes_xml_shorthand_definition
end end
end end


def test_schema_dump_includes_tsvector_shorthand_definition def test_schema_dump_includes_hstores_shorthand_definition
output = standard_dump output = standard_dump
if %r{create_table "postgresql_hstores"} =~ output if %r{create_table "postgresql_hstores"} =~ output
assert_match %r{t.hstore "hash_store", default => ""}, output assert_match %r{t.hstore "hash_store", default => ""}, output
Expand Down

0 comments on commit 7f14508

Please sign in to comment.