Sha256: 15e58357ba9e5adfb68aa189da58e0dfa3c5cafec211fcc6c5afd85fc9d48768
Contents?: true
Size: 307 Bytes
Versions: 1
Compression:
Stored size: 307 Bytes
Contents
require File.dirname(__FILE__) + "/spec_helper" describe "Something" do it "should support soap" do txn = basic_new_transaction() puts txn.errors.inspect unless txn.valid? transporter = EWS::Transporter.new(LOCATION) resp = transporter.submit(txn, :json) puts resp.ctr end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
exact4r-0.6 | ./spec/donncha_spec.rb |