Sha256: 9b40324637b4e553582cba07162579439dc63aec18063365a75ba65c55f1b34e
Contents?: true
Size: 717 Bytes
Versions: 8
Compression:
Stored size: 717 Bytes
Contents
require File.join(File.dirname(__FILE__), "spec_helper.rb") describe Quickbooks::API do describe "interface" do it "should initialize api instance" do end it "should return cached instance for consecutive api requests" do end it "should create qbxml object from qbxml input" do end it "should create qbxml object from hash input" do end it "should convert qbxml input to hash output" do end it "should convert hash input to qbxml output" do end end describe "helpers" do it "should load the schema into memory during initialization" do end it "should load the container template into memory before initialization" do end end end
Version data entries
8 entries across 8 versions & 1 rubygems