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

Version Path
turnip_formatter-0.8.0 lib/turnip_formatter/renderer/html/views/runtime_error.html.erb
turnip_formatter-0.7.2 lib/turnip_formatter/renderer/html/views/runtime_error.html.erb
turnip_formatter-0.7.1 lib/turnip_formatter/renderer/html/views/runtime_error.html.erb
turnip_formatter-0.7.0 lib/turnip_formatter/renderer/html/views/runtime_error.html.erb
turnip_formatter-0.6.1 lib/turnip_formatter/renderer/html/views/runtime_error.html.erb
turnip_formatter-0.6.0 lib/turnip_formatter/renderer/html/views/runtime_error.html.erb
turnip_formatter-0.6.0.pre.beta.7 lib/turnip_formatter/renderer/html/views/runtime_error.html.erb
turnip_formatter-0.6.0.pre.beta.6 lib/turnip_formatter/renderer/html/views/runtime_error.html.erb
turnip_formatter-0.6.0.pre.beta.5 lib/turnip_formatter/renderer/html/views/runtime_error.html.erb
turnip_formatter-0.6.0.pre.beta.4 lib/turnip_formatter/renderer/html/views/runtime_error.html.erb
turnip_formatter-0.6.0.pre.beta.3 lib/turnip_formatter/renderer/html/views/runtime_error.html.erb