metaFilters "-skip" doesn't work while "-skip true" works
Description
The examples on the jbehave.org site consistently use "-skip" as meta filter to exclude stories marked with @skip true, which doesn't work, however "-skip true" works as expected.
Either the parsing of the filter condition is broken or the examples could be changed to use "-skip true".
The examples on the jbehave.org site consistently use "-skip" as meta filter to exclude stories marked with @skip true, which doesn't work, however "-skip true" works as expected.
Either the parsing of the filter condition is broken or the examples could be changed to use "-skip true".