Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
sugarcrm / test / connection / test_login.rb
Size: Mime:
require 'helper'

class TestLogin < ActiveSupport::TestCase
  context "A SugarCRM.connection" do
    should "login and set session id" do
      assert SugarCRM.connection.sugar_session_id.class == String
    end
  end
end