Sha256: 8732e9730dad38c13eab570618b8ecbf2a51383683e850966694ebc2a866bca8
Contents?: true
Size: 441 Bytes
Versions: 4
Compression:
Stored size: 441 Bytes
Contents
require 'rubygems' require 'test/unit' require 'shoulda' $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'sugarcrm' class Test::Unit::TestCase # Replace these with your test instance URL = "http://valet/sugarcrm6" USER = "admin" PASS = 'letmein' def setup_connection SugarCRM::Base.establish_connection(URL, USER, PASS, {:debug => false}) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sugarcrm-0.7.9 | test/helper.rb |
sugarcrm-0.7.8 | test/helper.rb |
sugarcrm-0.7.7 | test/helper.rb |
sugarcrm-0.7.2 | test/helper.rb |