add integration/articles_spec

This commit is contained in:
viehlieb 2023-03-30 13:38:41 +02:00 committed by Philipp Rothmann
parent 983a47f88e
commit a098055417
7 changed files with 539 additions and 2 deletions

View file

@ -6,7 +6,7 @@ module FoodsoftArticleImport
end
end
def default_foodsoft_config(cfg)
cfg[:use_article_import] = true
cfg[:use_article_import] = false
end
end
end