diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2016-02-24 09:21:06 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2016-02-24 09:21:06 +0900 |
commit | 63171b86cb6c0af3326239b2ecce879e3deccd1d (patch) | |
tree | 02d9271a09f22585ebf123e1398720c503977086 /guides/w3c_validator.rb | |
parent | 2c02bc0a47777ad8cf98e1465c08b1a68151803e (diff) | |
download | rails-63171b86cb6c0af3326239b2ecce879e3deccd1d.tar.gz rails-63171b86cb6c0af3326239b2ecce879e3deccd1d.tar.bz2 rails-63171b86cb6c0af3326239b2ecce879e3deccd1d.zip |
Fix `assert_nothing_raised` deprecation warning format
Before:
```
DEPRECATION WARNING: Passing arguments to assert_nothing_raised
is deprecated and will be removed in Rails 5.1.
```
After:
```
DEPRECATION WARNING: Passing arguments to assert_nothing_raised is deprecated and will be removed in Rails 5.1.
```
Diffstat (limited to 'guides/w3c_validator.rb')
0 files changed, 0 insertions, 0 deletions