beforeEach(function() {
        L = new lettuce();
        jasmine.clock().uninstall();
        jasmine.clock().install();
    });