From 229a87cf72c5d7b619e8b6d4a31cd9327d9bf4ba Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Sat, 14 Jun 2025 13:28:41 +0100 Subject: [PATCH] Removes debugger superfluous debuger flag --- spec/system/admin/unit_price_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/admin/unit_price_spec.rb b/spec/system/admin/unit_price_spec.rb index 5ad5b4fc7c..6323eb9250 100644 --- a/spec/system/admin/unit_price_spec.rb +++ b/spec/system/admin/unit_price_spec.rb @@ -48,7 +48,7 @@ RSpec.describe ' end end - describe "when admin use es as default language (and comma as decimal separator)", :debug do + describe "when admin use es as default language (and comma as decimal separator)" do it "creating a new product with a comma separated decimal price" do login_as_admin visit spree.admin_dashboard_path(locale: 'es')