mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-07 17:10:46 +08:00
Featuring: - middleman setup - dummy controller and index page - markdown reader and its qunit tests - travis integration
15 lines
433 B
Plaintext
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"}
|