diff --git a/example/example.html b/example/example.html new file mode 100644 index 00000000..010a61f6 --- /dev/null +++ b/example/example.html @@ -0,0 +1,24 @@ + + + + Jasmine Tests + + + + + +

+ Running Jasmine Example Specs +

+
+ + + + + diff --git a/example/example.js b/example/example.js new file mode 100644 index 00000000..74fb27f2 --- /dev/null +++ b/example/example.js @@ -0,0 +1,7 @@ +describe('one suite description', function () { + it('should be a test', function() { + runs(function () { + this.expects_that(true).should_equal(true); + }); + }); + }); \ No newline at end of file diff --git a/jasmine.iws b/jasmine.iws index 7f2f7c08..361b61ac 100644 --- a/jasmine.iws +++ b/jasmine.iws @@ -80,7 +80,7 @@ - + @@ -89,19 +89,10 @@ - + - - - - - - - - - - + @@ -110,7 +101,37 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -224,6 +245,24 @@