Remove vestiges of ruby ci code from jasmine core.

Add missing lib/jasmine-html.js.
This commit is contained in:
Lee Byrd & Christian Williams
2010-06-25 15:16:43 -07:00
parent 7a69d64669
commit c533b67aa5
31 changed files with 1276 additions and 1105 deletions

View File

@@ -564,7 +564,7 @@ ul.inheritsList
<pre class="code">// don't care about which function is passed in, as long as it's a function
expect(mySpy).wasCalledWith(jasmine.any(Function));</pre>
expect(mySpy).toHaveBeenCalledWith(jasmine.any(Function));</pre>
@@ -1087,7 +1087,7 @@ Be careful not to leave calls to <code>jasmine.log</code> in production code.
<br />
<i>Defined in: </i> <a href="../symbols/src/lib_TrivialReporter.js.html">TrivialReporter.js</a>.
<i>Defined in: </i> <a href="../symbols/src/src_html_TrivialReporter.js.html">TrivialReporter.js</a>.
</div>
@@ -1241,7 +1241,7 @@ Be careful not to leave calls to <code>jasmine.log</code> in production code.
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> 2.1.0 on Wed Jun 23 2010 11:30:43 GMT-0700 (PDT)
Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> 2.1.0 on Fri Jun 25 2010 15:15:12 GMT-0700 (PDT)
</div>
</body>
</html>