/** * Created by srramamu on 20-03-2017. */ describe('Smart IT BDD setup with jasmine and karma', function () { it('should say Hello to the World', function () { expect('Hello, World!').toEqual('Hello, World!'); }); });