Add additional model and integration tests

This commit adds new tests for a better coverage.

integration/
  * home
  * supplier

models/
  * article
  * delivery
  * group_order_article
  * supplier

also adds a new factory for delivery

Co-authored-by: viehlieb <pf@pragma-shift.net>
Co-authored-by: Tobias Kneuker <tk@pragma-shift.net>
This commit is contained in:
Philipp Rothmann 2022-10-31 16:36:06 +01:00 committed by Patrick Gansterer
parent 9a46640d3b
commit c6560e0cea
8 changed files with 167 additions and 7 deletions

View file

@ -405,6 +405,7 @@ RSpec/Capybara/FeatureMethods:
- "spec/integration/articles_spec.rb"
- "spec/integration/balancing_spec.rb"
- "spec/integration/config_spec.rb"
- "spec/integration/home_spec.rb"
- "spec/integration/login_spec.rb"
- "spec/integration/order_spec.rb"
- "spec/integration/product_distribution_example_spec.rb"