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
+105 -9
View File
@@ -418,6 +418,24 @@ ul.inheritsList
</td>
</tr>
<tr>
<td class="attributes">&nbsp;</td>
<td class="nameDescription">
<div class="fixedFont"><b><a href="../symbols/jasmine.Matchers.html#toHaveBeenCalled">toHaveBeenCalled</a></b>()
</div>
<div class="description">Matcher that checks to see if the actual, a Jasmine spy, was called.</div>
</td>
</tr>
<tr>
<td class="attributes">&nbsp;</td>
<td class="nameDescription">
<div class="fixedFont"><b><a href="../symbols/jasmine.Matchers.html#toHaveBeenCalledWith">toHaveBeenCalledWith</a></b>()
</div>
<div class="description">Matcher that checks to see if the actual, a Jasmine spy, was called with a set of parameters.</div>
</td>
</tr>
<tr>
<td class="attributes">&nbsp;</td>
<td class="nameDescription">
@@ -477,7 +495,7 @@ ul.inheritsList
<td class="nameDescription">
<div class="fixedFont"><b><a href="../symbols/jasmine.Matchers.html#wasCalled">wasCalled</a></b>()
</div>
<div class="description">Matcher that checks to see if the actual, a Jasmine spy, was called.</div>
<div class="description"></div>
</td>
</tr>
@@ -486,7 +504,7 @@ ul.inheritsList
<td class="nameDescription">
<div class="fixedFont"><b><a href="../symbols/jasmine.Matchers.html#wasCalledWith">wasCalledWith</a></b>()
</div>
<div class="description">Matcher that checks to see if the actual, a Jasmine spy, was called with a set of parameters.</div>
<div class="description"></div>
</td>
</tr>
@@ -1084,6 +1102,60 @@ ul.inheritsList
<hr />
<a name="toHaveBeenCalled"> </a>
<div class="fixedFont">
<b>toHaveBeenCalled</b>()
</div>
<div class="description">
Matcher that checks to see if the actual, a Jasmine spy, was called.
</div>
<hr />
<a name="toHaveBeenCalledWith"> </a>
<div class="fixedFont">
<b>toHaveBeenCalledWith</b>()
</div>
<div class="description">
Matcher that checks to see if the actual, a Jasmine spy, was called with a set of parameters.
</div>
<pre class="code"></pre>
<hr />
<a name="toMatch"> </a>
@@ -1311,7 +1383,7 @@ a pattern or a String.
</div>
<div class="description">
Matcher that checks to see if the actual, a Jasmine spy, was called.
</div>
@@ -1320,6 +1392,13 @@ a pattern or a String.
<dl class="detailList">
<dt class="heading">Deprecated:</dt>
<dt>
Use expect(xxx).toHaveBeenCalled() instead
</dt>
</dl>
@@ -1336,19 +1415,22 @@ a pattern or a String.
</div>
<div class="description">
Matcher that checks to see if the actual, a Jasmine spy, was called with a set of parameters.
</div>
<pre class="code"></pre>
<dl class="detailList">
<dt class="heading">Deprecated:</dt>
<dt>
Use expect(xxx).toHaveBeenCalledWith() instead
</dt>
</dl>
@@ -1374,6 +1456,13 @@ a pattern or a String.
<dl class="detailList">
<dt class="heading">Deprecated:</dt>
<dt>
Use expect(xxx).not.toHaveBeenCalled() instead
</dt>
</dl>
@@ -1399,6 +1488,13 @@ a pattern or a String.
<dl class="detailList">
<dt class="heading">Deprecated:</dt>
<dt>
Use expect(xxx).not.toHaveBeenCalledWith() instead
</dt>
</dl>
@@ -1461,7 +1557,7 @@ a pattern or a String.
<!-- ============================== 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:44 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:13 GMT-0700 (PDT)
</div>
</body>
</html>