Sha256: c5e53881e0ea2ab07b3442f922769c829d1bf8beaffc0cfd3b36f8f4ecfe964a
Contents?: true
Size: 339 Bytes
Versions: 9
Compression:
Stored size: 339 Bytes
Contents
require 'helper' class TestLogout < 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 (SugarCRM.connection.logout.class == Hash) end end end
Version data entries
9 entries across 9 versions & 1 rubygems