Skip to content

adding metadata to examples with implicit descriptions doesn't work

gitlab-qa-bot requested to merge github/fork/jeroenvandijk/implicit_tagging into master

Created by: jeroenvandijk

Hi guys,

I've added an failing feature. I would like to be able to add metadata as follows:

 it(:meta_data => :true) { should have(10).items }

This doesn't work however, because the first argument is always used as description. Do you agree that it should work? And got any pointers where to start implementing it?

Of topic, really great piece of work and I like your book :)

Cheers, Jeroen

Merge request reports