Skip to content

Commit

Permalink
Update code which depended on methods added by 1502cae
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrif committed Feb 17, 2015
1 parent 89ba5bb commit afb70c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/date_time_precision_test.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit afb70c2

Please sign in to comment.