Sha256: 304340ab993b1e422f90b3931b1baa1e659be06471a1c8eedd6812b7cfc65e9a
Contents?: true
Size: 635 Bytes
Versions: 8
Compression:
Stored size: 635 Bytes
Contents
<!doctype html> <html> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <title>Konacha Tests</title> <%= stylesheet_link_tag "mocha", :debug => false %> <%= stylesheet_link_tag "konacha", :debug => false %> <%= javascript_include_tag "mocha", "chai", "konacha/#{Konacha.mode}", :debug => false %> <%= javascript_include_tag("konacha_config", :debug => false) if Rails.application.assets.find_asset('konacha_config') %> <%= javascript_include_tag "konacha", :debug => false %> <%= spec_include_tag *@specs %> </head> <body> <div id="mocha"></div> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems