Sha256: 0f8f0f60f8dcc781469fbfd7c9b9cbc9a87779aa4900c188cfc504f6ce65332d
Contents?: true
Size: 328 Bytes
Versions: 9
Compression:
Stored size: 328 Bytes
Contents
require 'helper' class TestLogin < Test::Unit::TestCase context "A SugarCRM.connection" do setup do SugarCRM::Connection.new(URL, USER, PASS, {:register_modules => false}) end should "logout and not be able to login with the old session id" do assert true, SugarCRM.connection.logout end end end
Version data entries
9 entries across 9 versions & 1 rubygems