Sha256: 1ae4d62185d9c88594c778259dfadf5cfc20429591810573ada2652ebf8eb36a
Contents?: true
Size: 388 Bytes
Versions: 7
Compression:
Stored size: 388 Bytes
Contents
require 'test_helper' class Salesforce::MotherOfChildTest < ActiveSupport::TestCase require RAILS_ROOT + '/app/models/salesforce/rest/mother_of_child__c.rb' begin def test_get_detail_info class_name_tmp = self.class.name.gsub(/\S+::/mi, "") class_name = class_name_tmp.gsub(/Test/mi, "") puts class_name master_get_detail_info("Mother_Of_Child__c") end end end
Version data entries
7 entries across 7 versions & 1 rubygems