Sha256: f2633b03fbf4c648ed0c56a5e6ed18c64286f694d79ac4cc6f2bf50825b5d756

Contents?: true

Size: 317 Bytes

Versions: 7

Compression:

Stored size: 317 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Opal Spec Runner</title>
    <%= javascript_include_tag 'opal-rspec-runner' %>
    <%= javascript_include_tag *spec_files.map { |f| "spec/#{f}"} %>
  <style>
    body { font-family: sans-serif; }
  </style>
</head>
<body>
  <%= yield %>
</body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
opal-rails-0.7.0 app/views/layouts/opal_spec.html.erb
opal-rails-0.7.0.beta2 app/views/layouts/opal_spec.html.erb
opal-rails-0.7.0.beta1 app/views/layouts/opal_spec.html.erb
opal-rails-0.6.3 app/views/layouts/opal_spec.html.erb
opal-rails-0.6.2 app/views/layouts/opal_spec.html.erb
opal-rails-0.6.1 app/views/layouts/opal_spec.html.erb
opal-rails-0.6.0 app/views/layouts/opal_spec.html.erb