rails/actionview/test
Juanjo Bazán 60062cf39a Fix AS::NumberHelper results with rationals
:precision was incorrectly being applied to Rationals

before:
  ActiveSupport::NumberHelper.number_to_rounded Rational(10, 3), precision: 2
  => "3.3"
after:
  ActiveSupport::NumberHelper.number_to_rounded Rational(10, 3), precision: 2
  => "3.33"
2014-05-31 20:07:47 +02:00
..
actionpack Following documentation guideline 2014-05-14 13:47:14 -03:00
activerecord fix bad merge 2014-05-12 18:08:41 -07:00
fixtures Ensure LookupContext in Digestor selects correct variant 2014-03-09 08:47:17 +01:00
lib/controller Moved viewpathstest into actionview/test/actionpack/controller 2013-10-09 20:09:33 +02:00
template Fix AS::NumberHelper results with rationals 2014-05-31 20:07:47 +02:00
tmp Add tmp dir in actionview/test/ 2013-08-05 01:24:14 +05:30
abstract_unit.rb Remove unnecessary include for integration tests. 2014-05-11 16:02:12 -07:00
active_record_unit.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00