We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 495dcd6 + 7f14508 commit 347e0a6Copy full SHA for 347e0a6
activerecord/test/cases/schema_dumper_test.rb
@@ -236,7 +236,7 @@ def test_schema_dump_includes_xml_shorthand_definition
236
end
237
238
239
- def test_schema_dump_includes_tsvector_shorthand_definition
+ def test_schema_dump_includes_hstores_shorthand_definition
240
output = standard_dump
241
if %r{create_table "postgresql_hstores"} =~ output
242
assert_match %r{t.hstore "hash_store", default => ""}, output
0 commit comments