We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a30461 + 48af90f commit ae1b451Copy full SHA for ae1b451
activesupport/lib/active_support/testing/assertions.rb
@@ -9,7 +9,7 @@ module Assertions
9
#
10
# assert_not nil # => true
11
# assert_not false # => true
12
- # assert_not 'foo' # => 'foo' is not nil or false
+ # assert_not 'foo' # => Expected "foo" to be nil or false
13
14
# An error message can be specified.
15
0 commit comments