Sha256: c3e4955e3d6077ecc16a48fb01c29257bdf6a6c4f5ac8268dbef52026b6aeab9
Contents?: true
Size: 545 Bytes
Versions: 4
Compression:
Stored size: 545 Bytes
Contents
require File.join(File.dirname(__FILE__), "spec_helper.rb") describe Quickbooks::API do describe "interface" do it "should initialize" do end it "should create ruby wrapper objects for any qbxml input" do end it "should convert ruby wrapper objects back to qbxml" do end end describe "helpers" do it "should load the schema" do end it "should rebuild the schema" do end it "should write the schema to disk" do end it "should find a nested qbxml hash" do end end end
Version data entries
4 entries across 4 versions & 1 rubygems