Sha256: ec28161adbd5c89e99d878955d634b14c5c837853a479e723f7f904cabab7f96

Contents?: true

Size: 659 Bytes

Versions: 3

Compression:

Stored size: 659 Bytes

Contents

<!doctype html>
<html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">

  <title>Test runner</title>
<% @tests.each do |test| -%>
  <%= javascript_include_tag test %>
<% end -%>
</head>
<body>
  <p>Override this test runner with your own at app/views/sandbox_assets/test_runner/index.html.erb. The test list to include are available at @tests:</p>
  <ul>
    <% @tests.each do |test| -%>
      <li><%= link_to test, asset_path(test) %></li>
    <% end -%>
  </ul>

  <p>Here is the source for this file (<%= __FILE__ %>):</p>
  <pre style="background-color: lightgreen; color: black"><%= IO.read __FILE__ %></pre>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails-sandbox-assets-0.0.3 app/views/sandbox_assets/test_runner/index.html.erb
rails-sandbox-assets-0.0.2 app/views/sandbox_assets/test_runner/index.html.erb
rails-sandbox-assets-0.0.1 app/views/sandbox_assets/test_runner/index.html.erb