it "should create the lost & found Room" do
      r = Room.where(_special: :lostandfound_room).first
      expect(r.class).to eq(Room)
      expect(r.name).to eq("Lost & Found Room")
      expect(r.description).to eq("This is the room where objects and players go if the thing that was holding them gets destroyed.")