mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-22 13:40:40 +08:00
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.
17 lines
546 B
Plaintext
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"}
|