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