Sha256: 21e2372e554b1ab2e4e8ea180134ad804ac18b262ccdf45a1c94b0082631acef
Contents?: true
Size: 328 Bytes
Versions: 18
Compression:
Stored size: 328 Bytes
Contents
require 'helper' class TestGetUserTeamID < Test::Unit::TestCase context "A SugarCRM.connection" do setup do SugarCRM::Connection.new(URL, USER, PASS, {:register_modules => false}) end should "get the team ID of the logged in user" do assert true, SugarCRM.connection.get_user_team_id end end end
Version data entries
18 entries across 18 versions & 1 rubygems