# File lib/cucumber/wire_support/wire_protocol/requests.rb, line 95 95: def clean_tags(scenario) 96: scenario.source_tag_names.map { |tag| tag.gsub(/^@/, '') }.sort 97: end
# File lib/cucumber/wire_support/wire_protocol/requests.rb, line 99 99: def request_params(scenario) 100: return nil unless scenario.source_tag_names.any? 101: { "tags" => clean_tags(scenario) } 102: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.