Sha256: 02e5ca0dca806531575c8c00f2cbee25a3a04b5b2cfd70f798fcaf3d31342610

Contents?: true

Size: 1010 Bytes

Versions: 1

Compression:

Stored size: 1010 Bytes

Contents

#!/usr/bin/env ruby
#
#  Copyright (c) 2007 Ritchie Young. All rights reserved.
#
# This file is part of RubySync.
# 
# RubySync is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
# 
# RubySync is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License along with RubySync; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA

require 'test/unit'
#require 'test_csv_file_connector'
require 'test_memory_connectors'
require 'test_ldif'
require 'test_base_pipeline'
#require 'test_ldap_connector'
#require 'test_active_record_connector'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubysync-0.0.3 test/ts_rubysync.rb