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

class TestGetServerInfo < ActiveSupport::TestCase
  context "A SugarCRM.connection" do
    should "get server info" do
      assert_instance_of String, SugarCRM.connection.get_server_info["version"]
    end
  end
end