/**
  * @test
  */
 public function getRoomReturnsInitialValueForString()
 {
     $this->assertSame('', $this->subject->getRoom());
 }