1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Eliminate test_tables_quoting following seems to be left in #21687

This commit is contained in:
Ronak Jangir 2015-09-21 22:47:41 +05:30
parent 926002a7f3
commit e8c6f5cffe

View file

@ -65,14 +65,6 @@ module ActiveRecord
end end
end end
def test_tables_quoting
@conn.tables(nil, "foo-bar", nil)
flunk
rescue => e
# assertion for *quoted* database properly
assert_match(/database 'foo-bar'/, e.inspect)
end
def test_pk_and_sequence_for def test_pk_and_sequence_for
with_example_table do with_example_table do
pk, seq = @conn.pk_and_sequence_for('ex') pk, seq = @conn.pk_and_sequence_for('ex')