Added initial RequireJS Jasmine test.

This commit is contained in:
valera-rozuvan
2012-12-05 09:16:37 +02:00
committed by Valera Rozuvan
parent 62271fe5c6
commit c94530cb01

View File

@@ -0,0 +1,3 @@
describe "RequireJS", ->
it "check that the RequireJS object is present in the global namespace", ->
expect(true).toBe true