diff options
Diffstat (limited to 'activesupport/test/json/encoding_test.rb')
-rw-r--r-- | activesupport/test/json/encoding_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/json/encoding_test.rb b/activesupport/test/json/encoding_test.rb index 95bdc4283a..7d6ab585ef 100644 --- a/activesupport/test/json/encoding_test.rb +++ b/activesupport/test/json/encoding_test.rb @@ -444,7 +444,7 @@ EXPECTED class NaNNumber def as_json(options = nil) - { "number" => Float::INFINITY } + { "number" => Float:NAN } end end |