mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update code which depended on methods added by 1502caef
This commit is contained in:
parent
89ba5bb456
commit
afb70c2d85
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'cases/helper'
|
||||
require 'support/schema_dumping_helper'
|
||||
|
||||
if ActiveRecord::Base.connection.supports_datetime_with_precision?
|
||||
if current_adapter?(:Mysql2Adapter, :PostgreSQLAdapter)
|
||||
class DateTimePrecisionTest < ActiveRecord::TestCase
|
||||
include SchemaDumpingHelper
|
||||
self.use_transactional_fixtures = false
|
||||
|
|
Loading…
Reference in a new issue