Sha256: 70776ebfaeea8a3c831a4448ec00088f69fe7b2b8490502fcdc1382e546b184d
Contents?: true
Size: 524 Bytes
Versions: 9
Compression:
Stored size: 524 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
9 entries across 9 versions & 2 rubygems