Extensive Namespacing of model specs
commit82ede7ede2b28c0471a64043385e0ed68d1646d7
authorAlex Coles <alexbcoles@mac.com>
Tue, 6 May 2008 14:01:47 +0000 (6 16:01 +0200)
committerAlex Coles <alexbcoles@mac.com>
Tue, 6 May 2008 14:01:47 +0000 (6 16:01 +0200)
tree7d86e41a348cdeaeae8fe8ab7ff5b87e4e0b6526
parent478929c8d331dfba98ce21ce16e28044c26def9d
Extensive Namespacing of model specs

* Reorganized model specs .rb files in
  directories to reflect namespace changes
  in models.
19 files changed:
spec/models/mart/accounts/abstract_account_spec.rb [moved from spec/models/accounts/base_account_spec.rb with 100% similarity]
spec/models/mart/accounts/bank_account_spec.rb [moved from spec/models/accounts/bank_account_spec.rb with 100% similarity]
spec/models/mart/accounts/credit_card_account_spec.rb [moved from spec/models/accounts/credit_card_account_spec.rb with 100% similarity]
spec/models/mart/asset_spec.rb [moved from spec/models/asset_spec.rb with 100% similarity]
spec/models/mart/customer_spec.rb [moved from spec/models/customer_spec.rb with 100% similarity]
spec/models/mart/customers/cart_spec.rb [moved from spec/models/cart_spec.rb with 100% similarity]
spec/models/mart/customers/wishlist_item_spec.rb [moved from spec/models/wishlist_item_spec.rb with 100% similarity]
spec/models/mart/image_spec.rb [moved from spec/models/image_spec.rb with 100% similarity]
spec/models/mart/order_spec.rb [moved from spec/models/order_spec.rb with 100% similarity]
spec/models/mart/orders/line_item_spec.rb [moved from spec/models/order_line_item_spec.rb with 100% similarity]
spec/models/mart/orders/status_code_spec.rb [moved from spec/models/order_status_code_spec.rb with 100% similarity]
spec/models/mart/shipping/type_spec.rb [moved from spec/models/order_shipping_type_spec.rb with 100% similarity]
spec/models/mart/shipping/weight_spec.rb [moved from spec/models/order_shipping_weight_spec.rb with 100% similarity]
spec/models/mart/store/abstract_item_spec.rb [moved from spec/models/store_item_spec.rb with 100% similarity]
spec/models/mart/store/product_image_spec.rb [moved from spec/models/product_image_spec.rb with 100% similarity]
spec/models/mart/store/product_spec.rb [moved from spec/models/product_spec.rb with 100% similarity]
spec/models/mart/store/promotion_spec.rb [moved from spec/models/promotion_spec.rb with 100% similarity]
spec/models/mart/store/variation_spec.rb [moved from spec/models/variation_spec.rb with 100% similarity]
spec/models/mart/user_upload_spec.rb [moved from spec/models/user_upload_spec.rb with 100% similarity]