Files
side-by-side/source/tests.haml
T
Vit Brunner b7c12f928b Initial project setup
Featuring:
- middleman setup
- dummy controller and index page
- markdown reader and its qunit tests
- travis integration
2013-06-10 22:30:02 +01:00

15 lines
433 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/markdown"}
%body
%div{:id => "qunit"}