wesmaldonado / test-driven-javascript-example-application
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
LICENSE | ||
| |
README.markdown | ||
| |
example-app.rb | ||
| |
public/ | ||
| |
run_js_spec_server.sh | ||
| |
run_screwserver.sh | ||
| |
spec/ | ||
| |
views/ |
README.markdown
Test Driven Javascript
This project will allow you to compare the following Javascript testing frameworks
- jsunit
- JSSpec
- Screw.Unit
Prerequisites
Ruby
http://www.ruby-lang.org
Ruby Gems
http://www.rubygems.org
Git
See the INSTALL section here: http://github.com/guides/home
INSTALL
git clone git://github.com/wesmaldonado/test-driven-javascript-example-application.git
cd test-driven-javascript-example-application

