DOM-less simple JavaScript testing framework
Go to file
Davis W. Frank 6ec825f62d Updating docs. Version goes to 1.1.0 2011-03-08 18:39:13 -08:00
example jshint passes - run 'node jshint/run.js'. running jshint with a couple jshint options and workarounds to allow certain jasmine-specific styles. many actual style problems are fixed. the jshint run is integrated into rake jasmine:lint. 2011-02-26 15:07:59 -08:00
images dwf/rva: added pending icons, more red fail icon, better TODOs, and props to Jessica for the icons. 2008-12-11 16:52:19 -08:00
jsdoc-template Drop in jsdoc template (from jsdoc-toolkit 2.1.0). 2010-10-05 13:11:04 -07:00
jshint Merging in sconover/jshint 2011-03-07 22:30:43 -08:00
lib Merging in sconover/jshint 2011-03-07 22:30:43 -08:00
pages@d08ce2de24 How to for release 2011-02-27 14:22:53 -08:00
spec move all "assertion" to "expectation" 2011-03-08 18:37:44 -08:00
src Updating docs. Version goes to 1.1.0 2011-03-08 18:39:13 -08:00
.gitignore wip 2011-02-25 08:10:34 -08:00
.gitmodules adding latest pages 2011-02-27 14:00:45 -08:00
.rvmrc Merging in sconover/jshint 2011-03-07 22:30:43 -08:00
Gemfile updating for new pages 2011-02-27 10:36:13 -08:00
Gemfile.lock updating for new pages 2011-02-27 10:36:13 -08:00
HowToContribute.markdown Updating docs. Version goes to 1.1.0 2011-03-08 18:39:13 -08:00
HowToRelease.markdown Updating docs. Version goes to 1.1.0 2011-03-08 18:39:13 -08:00
MIT.LICENSE Update copyright years. 2010-07-30 11:59:30 -04:00
README.markdown Updating docs. Version goes to 1.1.0 2011-03-08 18:39:13 -08:00
Rakefile Update Rakefile a bit. Added more rake tasks to run specs. 2011-03-08 18:38:46 -08:00
cruise_config.rb making jasmine know about ci 2009-12-28 16:45:01 -08:00

README.markdown

Jasmine

A JavaScript Testing Framework

Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on browsers, DOM, or any JavaScript framework. Thus it's suited for websites, Node.js projects, or anywhere that JavaScript can run.

Documentation & guides live here: http://pivotal.github.com/jasmine/

Support

Maintainers

Developers

We welcome your contributions. Please review the backlog and discussion lists (the main group and the developer's list at http://groups.google.com/group/jasmine-js) before starting work - what you're looking for may already have been done.

Please read the contributor's guide before starting work and before sending your pull request.

Copyright (c) 2008-2011 Pivotal Labs. This software is licensed under the MIT License.