jasmine/index.html

58 lines
2.0 KiB
HTML
Raw Normal View History

---
layout: default
2010-07-24 01:36:33 +00:00
title: "Jasmine: Javascript Testing Framework"
---
<style type="text/css">
h2 { border-top: none; }
</style>
<pre>
2010-06-26 00:36:03 +00:00
describe("Jasmine", function() {
it("makes testing JavaScript awesome!", function() {
expect(yourCode).toBeLotsBetter();
});
});</pre>
2010-06-24 00:38:43 +00:00
<h2>Documentation</h2>
<ul>
<li><a href="docs.html">User Guide</a></li>
<li><a href="jsdoc/index.html">API Documentation</a></li>
2010-07-24 01:37:33 +00:00
<li><a href="release-notes.html">Release Notes</a></li>
<li><a href="http://github.com/pivotal/jasmine#README">Developer Guide</a></li>
</ul>
<h2>Download</h2>
<p>
<!-- START_DOWNLOADS -->
2010-06-26 00:36:03 +00:00
<table>
<tr><th></th><th>Version</th><th>Size</th><th>Date</th><th>SHA1</th></tr>
2010-06-30 07:09:01 +00:00
<td class="link"><a href='downloads/jasmine-standalone-0.11.1.zip'>jasmine-standalone-0.11.1.zip</a></td>
<td class="version">0.11.1</td>
<td class="size">18k</td>
<td class="date">2010/06/25 16:05:30 PDT</td>
<td class="sha">26998c7ca047e47f84c382a4efeb1dc5cb8661a6</td>
2010-06-26 00:36:03 +00:00
</table>
<!-- END_DOWNLOADS -->
</p>
2010-06-26 00:36:03 +00:00
<h4>Ruby integration: <a href="http://github.com/pivotal/jasmine-gem">[more info]</a></h4>
<pre>gem install jasmine</pre>
2010-06-26 00:36:03 +00:00
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
by running:
<pre>$ git clone git://github.com/pivotal/jasmine</pre>
</p>
2010-07-20 16:47:10 +00:00
<h2>Support</h2>
2010-07-20 16:47:10 +00:00
<p style="float: right">
<span class="small">Powered by &nbsp; <a href="http://pivotallabs.com/"><img src="images/pivotal_logo.gif" alt="Pivotal Labs" style="vertical-align: middle;"></a></span>
</p>
2010-07-20 16:47:10 +00:00
<p>
Discussion: <a href="http://groups.google.com/group/jasmine-js">http://groups.google.com/group/jasmine-js</a>
<br/>Group email: <a href="mailto:jasmine-js@googlegroups.com">jasmine-js@googlegroups.com</a>
<br/>Current build status of Jasmine is visible at <a href="http://ci.pivotallabs.com/">ci.pivotallabs.com</a>
<br/>Pivotal Tracker project: <a href="http://www.pivotaltracker.com/projects/10606">http://www.pivotaltracker.com/projects/10606</a>
<br/>Twitter: <a href="http://twitter.com/JasmineBDD">@JasmineBDD</a>
</p>