Sha256: 1aee7150e652ff386acc3a465620b5a76390aef1cd19e5d87d978c0d42470011
Contents?: true
Size: 488 Bytes
Versions: 8
Compression:
Stored size: 488 Bytes
Contents
%html %head %link{ :rel => "stylesheet", :href => "/screw.css", :type => "text/css", :charset => "utf-8" } %body - if options.respond_to?(:project_name) && options.project_name %h1= "Specs for #{options.project_name}" - @sections.each do |section, tests| %h2= section == '.' ? '[root]' : section %ul - tests.each do |test| %li %a{ :href => ["spec", section, test].reject { |s| s == '.' }.join('/') }= test.sub(/.html$/, '')
Version data entries
8 entries across 8 versions & 2 rubygems