Date: 2006-09-26 10:54
Sender: David Chelimsky
Turns out that it depends on the form. The following works:
target.should_multi_word_predicate
but these fail:
target.should_be_multi_word_predicate
target.should_not_multi_word_predicate
target.should_not_be_multi_word_predicate
IIRC, this was working correctly at one point. I've added tests
to ensure that it keeps working once I've gotten the fix (in
progress). |