Expectations : help

This worked in previous Expectations releases :

def expect_true &block
expect(true, &block)
end

def expect_false &block
expect(false, &block)
end

but gives an error in the last release.
I’d like to understand…
Thanks in advance