one more confusing BoltSpec issue.. `expect_plan()...
# bolt
y
one more confusing BoltSpec issue.. `expect_plan()`’s
always_return()
accepts a Hash only.. though the plan can return almost anything, including ResultSet wrapped with PlanResult. In this case the PlanResult’s value is Array. I can work it around with
.return()
, but
.always_return()
would be a bit easier.