Sha256: 2917ddff417cd2f7fa958c5b863f56cbf5f09b9a93abc9c9788eb6218770d1c4
Contents?: true
Size: 320 Bytes
Versions: 3
Compression:
Stored size: 320 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>QUnit: <%= TestSquad.app_class_name %></title> <%= stylesheet_link_tag 'qunit' %> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <%= javascript_include_tag 'qunit', 'test_squad/qunit-phantom', 'test_helper' %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
test_squad-0.1.1 | app/views/test_squad/qunit.html.erb |
test_squad-0.1.0 | app/views/test_squad/qunit.html.erb |
test_squad-0.0.1 | app/views/test_squad/qunit.html.erb |