Sha256: 8cb8f814747fc1a3ac8be6ed951284c42d16557d7b47f3c26fc87699a9604359
Contents?: true
Size: 339 Bytes
Versions: 1
Compression:
Stored size: 339 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>QUnit Test Runner</title> <%= stylesheet_link_tag "qunit" %> <%= stylesheet_link_tag "test_helper" %> <%= javascript_include_tag "qunit" %> <%= javascript_include_tag "test_helper" %> <%= csrf_meta_tags %> </head> <body> <div id="qunit"></div></div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
qunit-rails-0.0.2 | app/views/qunit/rails/test/index.html.erb |