From 50359695b533f6f0fc5afa81a29e719e3ce1d4e3 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Mon, 10 Jun 2024 10:53:41 -0600 Subject: [PATCH] Removes comment on issue #7180, now closed --- spec/system/admin/products_spec.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec/system/admin/products_spec.rb b/spec/system/admin/products_spec.rb index 987da7443e..65faf9c4d9 100644 --- a/spec/system/admin/products_spec.rb +++ b/spec/system/admin/products_spec.rb @@ -662,9 +662,6 @@ RSpec.describe ' context "editing a product's variant unit scale" do let(:product) { create(:simple_product, name: 'a product', supplier: @supplier2) } - # TODO below -> assertions commented out refer to bug: - # https://github.com/openfoodfoundation/openfoodnetwork/issues/7180 - before do allow(Spree::Config).to receive(:available_units).and_return("g,lb,oz,kg,T,mL,L,kL") visit spree.edit_admin_product_path product