Sha256: 616e76dcc0146d9da861387a461af83184f3f3ba13e71dc743d545b7e32b9b8a
Contents?: true
Size: 506 Bytes
Versions: 11
Compression:
Stored size: 506 Bytes
Contents
%h2 = @feature.gherkin["name"] %p from %em = @feature.path %section{:class=>"scenarios"} %section{:class => 'feature'} :markdown #{@feature.gherkin["description"]} - if @feature.gherkin["description"] %h2 Scenarios %ul - get_sorted_scenarios(@feature).each do |scenario| %li %a{:href => get_scenario_url(scenario)} = scenario["name"] - if scenario["tags"] = haml :tag_links, {:locals => {:tags => scenario["tags"]}, :layout => false}
Version data entries
11 entries across 11 versions & 1 rubygems