public
Fork of jgehtland/javascript_testing
Description: Framework for JavaScript Testing (currently a Rails Plugin)
Homepage: http://groups.google.com/group/blueridgejs
Clone URL: git://github.com/relevance/blue-ridge.git
blue-ridge / CONTRIBUTORS
100644 33 lines (24 sloc) 0.857 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Contributors
------------
* Justin Gehtland (jgehtland)
  - Original idea.
  
* Geof Dagley (gdagley)
  - Put into a Rails plugin.
 
* Larry Karnowski (karnowski)
  - Current maintainer.
  - Update to Screw.Unit from js-spec.
 
* Chris Thatcher (thatcher)
  - For numerous env.js bug fixes!
 
* Raimonds Simanovskis (rsim)
  - Lots of bug fixes.
 
* Jason Rudolph (jasonrudolph)
  - Documentation and bug fixes.
 
* Matt Wilson (hypomodern)
  - Although we didn't use his patch directly, his ideas were a *great* help in
    the "deeply-nested test directories" feature. Thanks!
 
* Nick Stenning (nickstenning)
  - For reminding us to add descriptions to our Rake tasks!
  
* Tristan Dunn (tristandunn)
  - For fixing the nested-describe command-line output.
  
* Chris Redinger (redinger)
  - For pairing & refactoring on the nested-describe command-line fix.