Sha256: 299a11f555d78d1337f353aa1c064a6af3b1be1f18cc2f6e64a1e94aa3d0e47c
Contents?: true
Size: 338 Bytes
Versions: 12
Compression:
Stored size: 338 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe "FedEx Signature" do it "should return an image of the signature" do use_response(:signature_defaults) fedex = new_fedex signature = fedex.signature(:tracking_number => fedex_tracking_number) signature.image.should_not be_nil end end
Version data entries
12 entries across 12 versions & 1 rubygems