getConfigFilename() public method

Returns the path to the ruby config file
public getConfigFilename ( ) : string
return string
 /**
  * 
  */
 public function testGetConfigFilename()
 {
     $expected = $this->envPath . '/testproject/uat.rb';
     $this->assertEquals($expected, $this->env->getConfigFilename());
 }