Files
side-by-side/source/tests.haml
T
Vit Brunner ff0bd79c53 Reduce duplication
Some would also say it'd be a good idea not to put random stuff in the
global namespace. One day I'll figure it out.
2013-06-11 08:59:31 +01:00

17 lines
546 B
Plaintext

!!! 5
%html
%head
%title Side By Side test suite
%meta{:charset => "utf-8"}
= render_partial 'scripts'
/ test scripts
#{stylesheet_link_tag "//cdnjs.cloudflare.com/ajax/libs/qunit/1.11.0/qunit.css"}
#{javascript_include_tag "//cdnjs.cloudflare.com/ajax/libs/qunit/1.11.0/qunit.js"}
#{javascript_include_tag "tests/reader/_abstract"}
#{javascript_include_tag "tests/reader/markdown"}
#{javascript_include_tag "tests/reader/json"}
%body
%div{:id => "qunit"}