Sha256: f270a314d08b2974ef22ed9e2dd160aad48771911b80571feac308ba09abecad
Contents?: true
Size: 428 Bytes
Versions: 11
Compression:
Stored size: 428 Bytes
Contents
<section class="exception"> <h1>TurnipFormatter Runtime Error</h1> <h2><%= scenario.feature_info %></h2> <dl> <dt>Runtime Error</dt> <dd> <pre><%= runtime_exception.to_s %></pre> </dd> <dt>Runtime Error Backtrace</dt> <dd> <ol> <% runtime_exception.backtrace.each do |line| %> <li><%= ERB::Util.h(line) %></li> <% end %> </ol> </dd> </dl> </section>
Version data entries
11 entries across 11 versions & 1 rubygems