Skip to content

Commit abe0b12

Browse files
Remove AbstractMysqlAdapterTest
This test was added in 8f5095a to ensure that there was coverage for `AbstractMysqlAdapter#execute`, but 63c0d6b refactored `#execute` to be defined at the Abstract adapter level, and rely on concrete MySQL adapters to implement `#raw_execute`. This test won't pass without having the `ExampleMysqlAdapter` implement `#raw_execute`, but this test is obsolete now that AbstractMysql2Adapter doesn't implement `#execute` directly.
1 parent 8bdf5e3 commit abe0b12

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

activerecord/test/cases/adapters/abstract_mysql_adapter_test.rb

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)