// ======================================================================== // SC.Validator.Password Base Tests // ======================================================================== /*globals module test ok isObj equals expects */ // htmlbody('\ //
\ // '); // module("SC.Validator.password"); // // test("Attaching the field to the form", function() { // var a = SC.Validator.Password.attachTo(SC.$("#form"), SC.$('#field')); // alert(a); // });