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