Sha256: 19e928bbb541a868da4e9fd7754786e2c53a2af9444c9357a646442bee753a59
Contents?: true
Size: 334 Bytes
Versions: 14
Compression:
Stored size: 334 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "FedEx" do it "should return the default options" do Shippinglogic::FedEx.options.should == { :test => true, :production_url => "https://gateway.fedex.com:443/xml", :test_url => "https://gatewaybeta.fedex.com:443/xml" } end end
Version data entries
14 entries across 14 versions & 1 rubygems