Updating to reflect changes in DM 0.9.1supermart
commit19dc71d33a01bba532aa64ba32cd628cf1b14b61
authorAlex Coles <alexbcoles@mac.com>
Sat, 31 May 2008 11:46:44 +0000 (31 13:46 +0200)
committerAlex Coles <alexbcoles@mac.com>
Sat, 31 May 2008 11:46:44 +0000 (31 13:46 +0200)
treed8254f365bcdd8226c461333874f5c2b70c95f1c
parent1d63179ef1086e3d6ef6aeaa8b7456100beec2ce
Updating to reflect changes in DM 0.9.1

* Convert FixNum to Integer
* Fixed some failing specs
* Added spec.opts
27 files changed:
app/models/address.rb
app/models/mart/abstract_upload.rb
app/models/mart/accounts/abstract_account.rb
app/models/mart/accounts/credit_card_account.rb
app/models/mart/customer.rb
app/models/mart/customers/wishlist_item.rb
app/models/mart/image.rb
app/models/mart/order.rb
app/models/mart/orders/line_item.rb
app/models/mart/orders/status_code.rb
app/models/mart/shipping/type.rb
app/models/mart/shipping/weight.rb
app/models/mart/store/abstract_item.rb
app/models/mart/store/product.rb
app/models/mart/store/product_image.rb
app/models/mart/store/promotion.rb
app/models/mart/store/variation.rb
app/models/right.rb
app/models/role.rb
app/models/tag.rb
app/models/user.rb
spec/models/country_spec.rb
spec/models/mart/accounts/credit_card_account_spec.rb
spec/models/mart/image_spec.rb
spec/models/mart/order_spec.rb
spec/models/user_spec.rb
spec/spec.opts