enable() public method

public enable ( )
 /**
  * @When I enable it
  */
 public function iEnableIt()
 {
     $this->updatePage->enable();
 }