Skip to content

rspec-core/lib/rspec/core/metadata.rb: Allow tag syntax like below to ha...

gitlab-qa-bot requested to merge github/fork/ineverov/patch-1 into master

Created by: ineverov

...ve scenarios, for example, for multiply test cases. And can be run with -t test_case:123

it "should smth", :test_case => [123, 456] do

Merge request reports