rails/actionview/test
Alex Tambellini f1d9179087 Remove privatizing of Fixnum#/ from assert_distance_of_time_in_words
MRI reimplemented Date in C so it doesn't hit this division anymore
while JRuby still uses the old stdlib implementation of Date so
it will always hit this.

With this change the actionview date_helper_test.rb tests should pass on JRuby.
2013-08-05 21:52:13 -04:00
..
activerecord Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
fixtures Fix "Stack Level Too Deep" error when rendering recursive partials 2013-07-07 13:44:16 -03:00
lib/controller Remove unneeded files 2013-06-20 17:23:16 +02:00
template Remove privatizing of Fixnum#/ from assert_distance_of_time_in_words 2013-08-05 21:52:13 -04:00
tmp Add tmp dir in actionview/test/ 2013-08-05 01:24:14 +05:30
abstract_unit.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
active_record_unit.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00