erikedin / Behavior.jl

Tool for Behavior Driven Development in Julia
Other
25 stars 3 forks source link

Use a function or a variable which contains a Bool didn't work as it should be #103

Closed FrankUrbach closed 2 years ago

FrankUrbach commented 2 years ago

If you define a function which gives back a bool it isn't possible to use this in an @expect expression. This should be possible.