Add versioning to jasmine

This commit is contained in:
ragaskar
2009-08-20 22:16:14 -07:00
parent 9b9a4b6835
commit 3993969c41
6 changed files with 73 additions and 7 deletions

6
spec/suites/BaseTest.js Normal file
View File

@@ -0,0 +1,6 @@
describe("base", function() {
describe("version", function() {
});
});