Sha256: a854ddab83e30502ee67375c4947f6b3e5b420465b691b77c88128094aacb2f6
Contents?: true
Size: 841 Bytes
Versions: 1
Compression:
Stored size: 841 Bytes
Contents
<html> <head> <script src="./screw-unit/jquery-1.2.6.js"></script> <script src="./screw-unit/jquery.fn.js"></script> <script src="./screw-unit/jquery.print.js"></script> <script src="./screw-unit/screw.builder.js"></script> <script src="./screw-unit/screw.matchers.js"></script> <script src="./screw-unit/screw.events.js"></script> <script src="./screw-unit/screw.behaviors.js"></script> <script src="./spec_helper.js"></script> <script src="../src/<%= project_name.underscore %>.js" type="text/javascript"></script> <script src="./<%= project_name.underscore %>_spec.js" type="text/javascript"></script> <link rel="stylesheet" href="./screw-unit/screw.css" /> </head> <body> <div id="dom_test" style="position: absolute; left: -9999"></div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
another-0.0.6 | templates/js/spec/suite.html |