diff --git a/spec/models/spree/variant_spec.rb b/spec/models/spree/variant_spec.rb index 9506d75239..f64db7c6d3 100644 --- a/spec/models/spree/variant_spec.rb +++ b/spec/models/spree/variant_spec.rb @@ -140,9 +140,6 @@ module Spree v.option_values.should_not include ov_orig v.option_values.should include ov_new end - - it "leaves option value unassigned if none is provided" - it "does not remove and re-add the option value if it is not changed" end end