source: pyenvjasmine/pyenvjasmine/envjasmine/specs/demo.spec.js@ 19:ab5f65372038

Last change on this file since 19:ab5f65372038 was 19:ab5f65372038, checked in by Borja Lopez <borja@…>, 9 years ago

Imported latest envjasmine version, the initial import from darcs had the wrong version

File size: 191 bytes
Line 
1EnvJasmine.load(EnvJasmine.jsDir + "demo.js");
2
3describe('greeter', function () {
4 it('greets me', function () {
5 expect(NS.greeter('Trevor')).toEqual('Hello Trevor!');
6 });
7});
Note: See TracBrowser for help on using the repository browser.