public
Fork of nathansobo/screw-unit
Description: A Javascript BDD Framework with nested describes, a convenient assertion syntax, and an intuitive test browser.
Clone URL: git://github.com/dchelimsky/screw-unit.git
fixed some documentation
Raymond Cohen (author)
Tue Aug 12 13:58:28 -0700 2008
commit  321ddcbcbf1c83f08fd4d4359821aee519a230f8
tree    595c70bae5817956d3e2b773de292a4998e4a995
parent  3ddafb86ece4bae7f5e111fa7cc38311fd21ffb4
...
5
6
7
 
8
9
10
...
5
6
7
8
9
10
11
0
@@ -5,6 +5,7 @@
0
 * If you want to skip multiple tests, the before can do the skip.
0
 
0
 Examples:
0
+
0
           it('should be skipped if the browser is IE', function(me){
0
             if(this_browser_is_IE){
0
               skip(me).because('IE doesn't have some function I am testing, and failed tests make me curl up on the floor and cry');

Comments

    No one has commented yet.