require File.join(File.dirname(__FILE__), "spec_helper.rb") describe Quickbooks::QbxmlBase do it "should have a type conversion map with all qb types" do end it "should build up a wrapper object given an attribute hash" do end it "should convert a wrapper object to its equivalent qbxml" do end it "should return the attribute values of the wrapper object" do end it "should return the attribute names of the wrapper class" do end it "should return the type map of the wrapper class" do end end