it "should create the starter Room" do

      r = Room.where(_special: :starting_room).first
      expect(r.class).to eq(Room)
      expect(r.name).to eq("Starting Room")