describe('when you click on a switch', () => {
      it('should handle the click', () => {
        sut.simulate('click')
        expect(sut).to.have.state('on', true)
      })