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
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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs