Switch from be_falsy to be false
Especially for APIs, we need to ensure that we're returning an actual true/false value and not a nil or other value that would be falsy
Showing
Please register or sign in to comment
Especially for APIs, we need to ensure that we're returning an actual true/false value and not a nil or other value that would be falsy