1
0
Fork 0
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:
Sean Griffin 2015-02-17 11:15:36 -07:00
parent 89ba5bb456
commit afb70c2d85

View file

@ -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