rails--rails/activemodel/test/cases/type
Yasuo Honda bd4211ea13 Suppress `warning: BigDecimal.new is deprecated` in Active Model
`BigDecimal.new` has been deprecated in BigDecimal 1.3.3
 which will be a default for Ruby 2.5.

Refer ruby/bigdecimal@5337373

* This commit has been made as follows:

```ruby
$ cd activemodel/
$ git grep -l BigDecimal.new | grep \.rb | xargs sed -i -e "s/BigDecimal.new/BigDecimal/g"
```

* This commit has been tested with these Ruby versions:

```
ruby 2.5.0dev (2017-12-15 trunk 61262) [x86_64-linux]
ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-linux]
ruby 2.3.5p376 (2017-09-14 revision 59905) [x86_64-linux]
ruby 2.2.8p477 (2017-09-14 revision 59906) [x86_64-linux]
```
2017-12-14 19:00:00 +00:00
..
big_integer_test.rb Add missing autoload `Type` (#31123) 2017-11-11 06:43:54 +09:00
binary_test.rb Add missing autoload `Type` (#31123) 2017-11-11 06:43:54 +09:00
boolean_test.rb Add missing autoload `Type` (#31123) 2017-11-11 06:43:54 +09:00
date_test.rb Add missing autoload `Type` (#31123) 2017-11-11 06:43:54 +09:00
date_time_test.rb Add missing autoload `Type` (#31123) 2017-11-11 06:43:54 +09:00
decimal_test.rb Suppress `warning: BigDecimal.new is deprecated` in Active Model 2017-12-14 19:00:00 +00:00
float_test.rb Add missing autoload `Type` (#31123) 2017-11-11 06:43:54 +09:00
immutable_string_test.rb Add missing autoload `Type` (#31123) 2017-11-11 06:43:54 +09:00
integer_test.rb Add missing autoload `Type` (#31123) 2017-11-11 06:43:54 +09:00
registry_test.rb Add missing autoload `Type` (#31123) 2017-11-11 06:43:54 +09:00
string_test.rb Add missing autoload `Type` (#31123) 2017-11-11 06:43:54 +09:00
time_test.rb Add missing autoload `Type` (#31123) 2017-11-11 06:43:54 +09:00
value_test.rb Add missing autoload `Type` (#31123) 2017-11-11 06:43:54 +09:00