Sha256: c064d2568e4b6bf816687423d3cf09fcefe486f85143062e318679c4aa698724
Contents?: true
Size: 466 Bytes
Versions: 22
Compression:
Stored size: 466 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'helper')) context "Search account manager by Campaign Id" do setup do run_with_rescue do SessionHelper.sales_coord.call_api CityGrid::API::Advertising::AccountManager, :search, :campaignId => 16631 end end should("not be empty"){ !topic.empty? } should("have a first name"){ !topic.firstName.nil? } should("have a last name"){ !topic.lastName.nil? } end
Version data entries
22 entries across 22 versions & 1 rubygems