def test_tem_capacidade(self):
     bomba = Bomba(100, 2.5)
     bomba.get_capacidade() |should| equal_to(100)