1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add missing "not" in the doc for assert_no_changes [ci skip]

This commit is contained in:
Ryuta Kamizono 2017-05-30 05:53:07 +09:00
parent e40c703184
commit 0a9522a8b3

View file

@ -167,7 +167,7 @@ module ActiveSupport
retval
end
# Assertion that the result of evaluating an expression is changed before
# Assertion that the result of evaluating an expression is not changed before
# and after invoking the passed in block.
#
# assert_no_changes 'Status.all_good?' do