mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
remove unused ActiveRecord::TestCase#sqlite3
method.
This commit is contained in:
parent
eb5b7a8ced
commit
98860d1739
1 changed files with 0 additions and 6 deletions
|
@ -93,9 +93,3 @@ module ActiveRecord
|
|||
|
||||
ActiveSupport::Notifications.subscribe('sql.active_record', SQLCounter.new)
|
||||
end
|
||||
|
||||
ActiveRecord::TestCase.class_eval do
|
||||
def sqlite3? connection
|
||||
connection.class.name.split('::').last == "SQLite3Adapter"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue