• R
    Remove requirement on mathn · ba848675
    Robin Dupret 提交于
    The test using mathn was first introduced in f1d91790 to check that the
    `distance_of_time_in_words` properly doesn't use the `Fixnum#/` method
    by explicitly requiring this library as it redefines this method.
    
    Given that `mathn` has been gemified in Ruby 2.5 and is deprecated since
    version 2.2, we can certainly safely assume that people will most-likely
    not require this library in their application.
    
    However, to make sure that we don't regress, let's add a test similar to
    the one before f1d91790.
    ba848675
This project manages its dependencies using Bundler. 进一步了解
Gemfile.lock 10.3 KB