Sha256: ae7171fcff23b2b928c017477eac8920e99fb4c87afd7df3e0a883127cc42b98
Contents?: true
Size: 509 Bytes
Versions: 8
Compression:
Stored size: 509 Bytes
Contents
require File.join(File.dirname(__FILE__), "spec_helper.rb") describe Quickbooks::Parser::QbxmlBase do it "should have a type conversion map with all qb types" do end it "should initialize a qbxml object given an attribute hash" do end it "should generate qbxml from a qbxml object" do end it "should a hash of attributes for the qbxml object" do end it "should return the attribute names of the qbxml class" do end it "should return the type map of the qbxml class" do end end
Version data entries
8 entries across 8 versions & 1 rubygems