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:
parent
e40c703184
commit
0a9522a8b3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue