1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix test failures on Mysql 5.5

This commit is contained in:
Sean Griffin 2015-02-17 11:39:14 -07:00
parent afb70c2d85
commit cdf4fa9d24

View file

@ -1,7 +1,7 @@
require 'cases/helper'
require 'support/schema_dumping_helper'
if current_adapter?(:Mysql2Adapter, :PostgreSQLAdapter)
if mysql_56? || current_adapter?(:PostgreSQLAdapter)
class DateTimePrecisionTest < ActiveRecord::TestCase
include SchemaDumpingHelper
self.use_transactional_fixtures = false