Sha256: 52b5e7fe32c6fb9bd07d46e6cc999c1d487060053a07a24b3308037a8ee9d8f2
Contents?: true
Size: 405 Bytes
Versions: 8
Compression:
Stored size: 405 Bytes
Contents
require 'test_helper' class Salesforce::SolutionTest < ActiveSupport::TestCase def test_should_return_solutions # see 'test_helper.rb' for USERID, PASSWORD, and SECURITY_TOKEN # Salesforce::SfBase.login(USERID, PASSWORD, SECURITY_TOKEN) user = Salesforce::User.first solutions = Array.new solutions = Salesforce::Solution.find(:all).count assert_not_nil solutions end end
Version data entries
8 entries across 8 versions & 2 rubygems