public
Description: Simple project setup to let you test jsunit, JSSpec and Screw Unit against the same javascript model classes.
Homepage: http://www.brokenbuild.com/blog
Clone URL: git://github.com/wesmaldonado/test-driven-javascript-example-application.git
name age message
file LICENSE Mon Nov 17 09:57:57 -0800 2008 Adding license [wesmaldonado]
file README.markdown Sun Nov 16 13:05:01 -0800 2008 Readme updated with install instructions [wesmaldonado]
file example-app.rb Sun Nov 16 12:46:01 -0800 2008 Importing base app [wesmaldonado]
directory public/ Sun Nov 16 12:46:01 -0800 2008 Importing base app [wesmaldonado]
file run_js_spec_server.sh Sun Nov 16 12:46:01 -0800 2008 Importing base app [wesmaldonado]
file run_screwserver.sh Sun Nov 16 12:46:01 -0800 2008 Importing base app [wesmaldonado]
directory spec/ Sun Nov 16 12:46:01 -0800 2008 Importing base app [wesmaldonado]
directory views/ Sun Nov 16 12:46:01 -0800 2008 Importing base app [wesmaldonado]
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