1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/core_ext
Rafael Mendonça França 57ae917e9d Remove any precision problem by comparing the float values
Rational values are move precise than float values so when comparing
rationals values may be off by a few units that are hard to assert
equality. Let's make sure we are comparing the float value with float
values.
2019-09-30 23:20:22 -04:00
..
array Fix including/excluding flattening 2019-03-06 13:34:04 -03:00
class
digest
hash Delete uneeded blank file 2019-02-08 12:30:45 -05:00
kernel
module Use Thread.pass instead of Kernel.sleep to trigger race condition 2019-08-05 02:31:53 +02:00
object Let's try not to depend too much on other core extensions in a core extension test 2019-08-02 05:36:38 +09:00
bigdecimal_test.rb
class_test.rb
date_and_time_behavior.rb Delete DateAndTime method definition in rails that is compatible with ruby definition 2019-06-16 18:11:39 +09:00
date_and_time_compatibility_test.rb
date_ext_test.rb Delete DateAndTime method definition in rails that is compatible with ruby definition 2019-06-16 18:11:39 +09:00
date_time_ext_test.rb
duration_test.rb Disallow all non-numerics as Duration.build input, Fixes #37012 2019-08-27 16:58:09 +01:00
enumerable_test.rb Add compact_blank shortcut for reject(&:blank?) 2019-06-05 18:18:17 +10:00
file_test.rb
hash_ext_test.rb Missing require AS/core_ext/date/conversions 2019-08-02 13:18:01 +09:00
integer_ext_test.rb
kernel_test.rb
load_error_test.rb Fixes warning: mismatched indentations at 'rescue' with 'def' at 15. 2018-12-21 12:28:33 +01:00
marshal_test.rb
module_test.rb Omit marshal_dump & _dump from delegate_missing_to 2019-07-17 23:22:39 -04:00
name_error_test.rb
numeric_ext_test.rb
range_ext_test.rb Fix issues with ActiveSupport Range extensions on boundless Ranges 2019-09-16 10:03:04 +12:00
regexp_ext_test.rb
secure_random_test.rb Tweak test name 2018-12-30 12:01:55 -05:00
string_ext_test.rb Merge pull request #36185 from jonathanhefner/optimize-string-first-and-last 2019-07-28 00:02:33 -04:00
time_ext_test.rb Remove any precision problem by comparing the float values 2019-09-30 23:20:22 -04:00
time_with_zone_test.rb
uri_ext_test.rb