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