GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: A JavaScript BDD Testing Library
Homepage: http://www.yehudakatz.com
Clone URL: git://github.com/wycats/jspec.git
cleaning up files
Phil Hagelberg (author)
Tue Feb 05 15:41:03 -0800 2008
commit  163aeb2c126c6a140f292cf1a4849a168ab5ef27
tree    a034a63161f72abff7720e2f9b8dbaab30604a0c
parent  2c34a20fe1699ecdefb07b3bde51906da00ffc0b
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+// specs for jquery core
0
 module("core");
0
 
0
 test("Basic requirements", function() {
...
29
30
31
 
 
32
33
34
...
29
30
31
32
33
34
35
36
0
@@ -29,6 +29,8 @@
0
         it("should support exists", function() {
0
          expect(document).to("exist");
0
         });
0
+
0
+ it("should support pending specs");
0
         
0
         jspec.matchers["have_tag_name"] = {
0
          describe: function(self, target, not) {

Comments

    No one has commented yet.