Skip to content

Switch from be_falsy to be false

Kerri Miller requested to merge kerrizor/cleanup-expectations-in-api-spec into master

What does this MR do?

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...

Merge request reports