I'm defining a step like:
step "The :model should be (a|an) :bool"
The following fails:
The post should be available
The "a" from available is getting absorbed as the optional article (a|an) even though a space should precede the :bool, and :bool gets "vailable".