Sha256: 4afc1d0914c566dc6d1af3e78ae230e38bc9b4ab8081863358997dcd6ed0476e

Contents?: true

Size: 323 Bytes

Versions: 1

Compression:

Stored size: 323 Bytes

Contents

require 'spec_helper'

describe DSFU do
  Dir.chdir("spec/fixtures")
  csv = Dir.glob("*.csv")[0]
  products = DSFU::CsvProductFactory.new(csv).build
  products[0].find_image_path
  products[0].company = "Whole Foods"
  # p products[0].image_path
  DSFU::SentientStoreFront.execute do
    new_product products[0]
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dsfu-0.0.1 spec/feature/upload_files_spec.rb