<% if @namespace %>
Tags
Tag Filtering ?
Left-click tags to 'AND'; ALT left-click tags to 'OR'
clear
Example command line execution:
cucumber
Tags: <%= tags.collect {|tag| tagify(tag) }.join(",\n") %>
Features
<% n = 1 %> <% features.each do |feature| %>
  • "> <%= linkify feature, feature.value %> <% itags = feature.tags.collect{|t| tagify(t) }.join(", ") %> <% if itags && itags != "" %> - <%= itags %> <% end %>
  • <% n = n == 2 ? 1 : 2 %> <% end %>
    Scenarios
    <% n = 1 %> <% scenarios.each_with_index do |scenario,index| %>
  • "> "> <%= h scenario.value %> <% itags = scenario.tags.collect{|t| tagify(t) }.join(", ") %> <% if itags && itags != "" %> - <%= itags %> <% end %>
  • <% n = n == 2 ? 1 : 2 %> <% end %>
    <% end %>