OSDN Git Service

テスト用CSVファイルの位置を変更
authorTaro Matsuzawa <tmatsuzawa@kbmj.com>
Wed, 31 Mar 2010 08:46:00 +0000 (17:46 +0900)
committerTaro Matsuzawa <tmatsuzawa@kbmj.com>
Wed, 31 Mar 2010 08:46:00 +0000 (17:46 +0900)
commitebd63001a84cf6d2eb30e3614d28dbfc52d786a9
tree79f09ad342f6ecef489c9c5f82bc134ba273d2eb
parent8efce11d14d7f014a3fe15b83a667ad5f0fa2b46
テスト用CSVファイルの位置を変更
商品マスタ登録のCSV関係の実装
16 files changed:
app/controllers/admin/products_controller.rb
app/models/product.rb
spec/controllers/admin/customers_controller_spec.rb
spec/controllers/admin/order_statuses_controller_spec.rb
spec/controllers/admin/products_controller_spec.rb
spec/csv/authorities_functions.csv [moved from spec/authorities_functions.csv with 100% similarity]
spec/csv/customer_csv_upload_for_spec.csv [moved from spec/customer_csv_upload_for_spec.csv with 100% similarity]
spec/csv/customer_upload.csv [moved from spec/customer_upload.csv with 100% similarity]
spec/csv/order_status_update.csv [moved from spec/order_status_update.csv with 100% similarity]
spec/csv/product_csv_upload_for_spec.csv [moved from spec/product_csv_upload_for_spec.csv with 100% similarity]
spec/csv/product_csv_upload_image_for_spec.csv [moved from spec/product_csv_upload_image_for_spec.csv with 100% similarity]
spec/csv/product_sample.csv [moved from spec/product_sample.csv with 100% similarity]
spec/csv/product_sample_other_shop.csv [new file with mode: 0644]
spec/fixtures/products.yml
spec/models/customer_spec.rb
spec/models/product_spec.rb