grockit / screw-unit forked from nkallen/screw-unit

A Javascript BDD Framework with nested describes, a convenient assertion syntax, and an intuitive test browser.

This URL has Read+Write access

Grockit (author)
Tue Oct 13 16:36:06 -0700 2009
commit  1f89466be5c5def273110d0f6be51b842e4314b5
tree    c1af79709a426343c4d08d379456968977198ccf
parent  a3e5530a276282eda8469fd58398fd5c6c0eea3c
screw-unit / .screwrc
100644 6 lines (5 sloc) 0.127 kb
1
2
3
4
5
6
ScrewUnit.configure do
  port 8181
  add_js_location "/under_test", "client/lib"
  add_js_location "/specs", "client/spec"
end