public function testShouldDoNothing()
 {
     $repository = new IMFRepository();
     $this->assertTrue($repository->saveRates(new \DateTime(), array()));
 }