summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/test/unit/assertions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test/unit/assertions.rb b/lib/test/unit/assertions.rb
index 566b4f4b8e..a56998ff17 100644
--- a/lib/test/unit/assertions.rb
+++ b/lib/test/unit/assertions.rb
@@ -274,7 +274,7 @@ EOT
else
(argsstr = mu_pp(args)).sub!(/\A\[(.*)\]\z/m, '\1')
end
- "Expected #{mu_pp(recv)}.#{msg}#{argsstr} to return false"
+ "Expected #{mu_pp(recv)}.#{msg}#{argsstr} to return true"
}
assert recv.__send__(msg, *args), m
end