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
100644 7 lines (5 sloc) 0.067 kb
1
2
3
4
5
6
7
require 'rubygems'
require 'sinatra'
 
 
get '/' do
  haml :index
end