class RSpec::Matchers::BuiltIn::BeTruthy
def failure_message_when_negated
-
(String)
-
Other tags:
- Api: - private
def failure_message_when_negated "expected: falsey value\n got: #{actual_formatted}" end
(String)
-
def failure_message_when_negated "expected: falsey value\n got: #{actual_formatted}" end