Remove vestiges of ruby ci code from jasmine core.
Add missing lib/jasmine-html.js.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user