remove utf-8 encoder
This commit is contained in:
parent
5e01ec3da1
commit
8d6fd6a252
2 changed files with 0 additions and 9 deletions
|
@ -7,7 +7,6 @@ require 'csv'
|
||||||
require 'yaml'
|
require 'yaml'
|
||||||
require 'active_support/core_ext/hash/keys'
|
require 'active_support/core_ext/hash/keys'
|
||||||
require_relative 'foodsoft_article_import/bnn'
|
require_relative 'foodsoft_article_import/bnn'
|
||||||
require_relative 'foodsoft_article_import/utf8_encoder'
|
|
||||||
require_relative 'foodsoft_article_import/odin'
|
require_relative 'foodsoft_article_import/odin'
|
||||||
require_relative 'foodsoft_article_import/foodsoft'
|
require_relative 'foodsoft_article_import/foodsoft'
|
||||||
module FoodsoftArticleImport
|
module FoodsoftArticleImport
|
||||||
|
|
|
@ -6,14 +6,6 @@ require 'foodsoft_article_import'
|
||||||
describe FoodsoftArticleImport do
|
describe FoodsoftArticleImport do
|
||||||
files_path = File.expand_path '../../files', __dir__
|
files_path = File.expand_path '../../files', __dir__
|
||||||
foodsoft_files_path = File.join(files_path, 'foodsoft')
|
foodsoft_files_path = File.join(files_path, 'foodsoft')
|
||||||
puts "
|
|
||||||
" + "______________" + "
|
|
||||||
" + "______________" + "
|
|
||||||
" + "______________" + "
|
|
||||||
" + "#{foodsoft_files_path}" + "
|
|
||||||
" + "______________"+ "
|
|
||||||
" + "______________"+ "
|
|
||||||
" + "______________"
|
|
||||||
|
|
||||||
dummy_article = { order_number: '1', name: 'product', note: 'bio', manufacturer: 'someone', origin: 'eu',
|
dummy_article = { order_number: '1', name: 'product', note: 'bio', manufacturer: 'someone', origin: 'eu',
|
||||||
unit: '1 kg', price: '1.23', tax: '6', unit_quantity: '10', article_category: 'coolstuff', deposit: '0' }
|
unit: '1 kg', price: '1.23', tax: '6', unit_quantity: '10', article_category: 'coolstuff', deposit: '0' }
|
||||||
|
|
Loading…
Reference in a new issue