/**
  * @test
  */
 public function getRoomReturnsInitialValueForRoom()
 {
     $this->assertEquals(NULL, $this->subject->getRoom());
 }