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