Sha256: 64c36380ad2cfd7a2c94927917b5c0fbaaf59c73bcd3490beedf8d7b5e83156d
Contents?: true
Size: 336 Bytes
Versions: 8
Compression:
Stored size: 336 Bytes
Contents
require 'test_helper' class Salesforce::SolutionHistoryTest < ActiveSupport::TestCase def test_should_return_result # see 'test_helper.rb' for USERID, PASSWORD, and SECURITY_TOKEN #Salesforce::SfBase.login(USERID, PASSWORD, SECURITY_TOKEN) result = Salesforce::SolutionHistory.columns assert_not_nil result end end
Version data entries
8 entries across 8 versions & 2 rubygems