context 'creating a new empty list' do
    it 'is not nil' do
      expect(list).not_to be_nil
    end