public function testAdd()
 {
     $factory = $this->getMockJobFactory();
     $this->registry->add($factory, 'aureja_job');
     $this->assertEquals($factory, $this->registry->getFactory('aureja_job'));
 }