Merge pull request #4934 from luisramos0/latest_spree_branch

[Spree 2.1] Use latest version of spree which includes PR openfoodfoundation/spree#39
This commit is contained in:
Pau Pérez Fabregat
2020-03-17 09:55:49 +01:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ GIT
GIT
remote: https://github.com/openfoodfoundation/spree.git
revision: 95d3ccb32f2e4016d0fc73f39446d1739da56c50
revision: b7ad5b473f9e38c5a1882550b2b4e348f4824f1f
branch: 2-1-0-stable
specs:
spree_core (2.1.0)

View File

@@ -118,4 +118,8 @@ FactoryBot.modify do
end
end
end
factory :completed_order_with_totals do
distributor { create(:distributor_enterprise) }
end
end