aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorDan Ott <thedanielott@gmail.com>2017-11-06 10:56:24 -0500
committerDan Ott <thedanielott@gmail.com>2017-11-06 12:16:49 -0500
commit1fe7168df0a23b69539b60327943495a3dded9e5 (patch)
tree93ce7dfb318015fe550cad8940003b389813450b /tasks
parent0ddde0a8fca6a0ca3158e3329713959acd65605d (diff)
downloadrails-1fe7168df0a23b69539b60327943495a3dded9e5.tar.gz
rails-1fe7168df0a23b69539b60327943495a3dded9e5.tar.bz2
rails-1fe7168df0a23b69539b60327943495a3dded9e5.zip
Resolve Minitest 6 deprecation in assert_no_changes
These changes resolve a deprecation warning in `assert_no_changes` when asserting that an expression evaluates to `nil` before and after the passed block is evaluated. The smallest demonstration of this edge case: ```ruby assert_no_changes "nil" do true # noop end ``` Under the covers, this is evaluating ```ruby assert_equal nil, nil ``` Minitest 5 issues a deprecation warning, and Minitest will fail completely. For additional context, the motivations and implications of this change to Minitest have been discussed at length in [seattlerb/minitest#666][]. [seattlerb/minitest#666]: https://github.com/seattlerb/minitest/issues/666
Diffstat (limited to 'tasks')
0 files changed, 0 insertions, 0 deletions