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_logout.rb
Size: Mime:
require 'helper'

class TestLogout < ActiveSupport::TestCase
  context "A SugarCRM.connection" do
    should "logout and not be able to login with the old session id" do
      assert (SugarCRM.connection.logout.class == Hash)
    end
  end
end