Skip to content

Commit 48af90f

Browse files
author
Akshay Vishnoi
committed
[ci skip] Correct output of #assert_not
1 parent caf1bfc commit 48af90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/testing/assertions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Assertions
99
#
1010
# assert_not nil # => true
1111
# assert_not false # => true
12-
# assert_not 'foo' # => 'foo' is not nil or false
12+
# assert_not 'foo' # => Expected "foo" to be nil or false
1313
#
1414
# An error message can be specified.
1515
#

0 commit comments

Comments
 (0)