Major jasmine updates

This commit is contained in:
ragaskar
2009-03-01 05:34:00 -08:00
parent 9117bcaa41
commit dd8f248f7b
12 changed files with 2565 additions and 1510 deletions

View File

@@ -1,7 +1,7 @@
describe('one suite description', function () {
it('should be a test', function() {
runs(function () {
this.expects_that(true).should_equal(true);
});
it('should be a test', function() {
runs(function () {
this.expects_that(true).should_equal(true);
});
});
});
});