aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-05-30 05:53:07 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-05-30 05:53:07 +0900
commit0a9522a8b316171d083623cd9dd50f2aa21efb2c (patch)
tree4c2e31bd9736e6e20ebd2acef457b88072d7309b /activesupport
parente40c7031844d81379dd7fb530e52156b97df0f9c (diff)
downloadrails-0a9522a8b316171d083623cd9dd50f2aa21efb2c.tar.gz
rails-0a9522a8b316171d083623cd9dd50f2aa21efb2c.tar.bz2
rails-0a9522a8b316171d083623cd9dd50f2aa21efb2c.zip
Add missing "not" in the doc for `assert_no_changes` [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/testing/assertions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/testing/assertions.rb b/activesupport/lib/active_support/testing/assertions.rb
index 28cf2953bf..28e1df8870 100644
--- a/activesupport/lib/active_support/testing/assertions.rb
+++ b/activesupport/lib/active_support/testing/assertions.rb
@@ -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