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

Pull in time extensions also

This commit is contained in:
Jeremy Kemper 2009-06-05 18:18:14 -07:00
parent a838ba392e
commit ccf70b9570

View file

@ -1,5 +1,5 @@
require 'abstract_unit'
require 'active_support/time_with_zone'
require 'active_support/time'
require 'active_support/json'
class TimeWithZoneTest < Test::Unit::TestCase