describe('ripple tests', function () {
it('Should have MaterialRipple globally available', function () {
expect(MaterialRipple).to.be.a('function');
});