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:
parent
926002a7f3
commit
e8c6f5cffe
1 changed files with 0 additions and 8 deletions
|
@ -65,14 +65,6 @@ module ActiveRecord
|
|||
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
|
||||
with_example_table do
|
||||
pk, seq = @conn.pk_and_sequence_for('ex')
|
||||
|
|
Loading…
Reference in a new issue