public function testIsNotInTheFlow()
 {
     $this->vcs->expects($this->once())->method('getCurrentBranch')->will($this->returnValue('develop'));
     $this->assertFalse($this->detector->isInTheFlow());
 }