From 28c641a932d0004b532dd5ca21faca9b48751cfc Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Fri, 10 Jan 2014 15:44:16 +1100 Subject: [PATCH] Remove redundant test stubs --- spec/models/spree/variant_spec.rb | 3 --- 1 file changed, 3 deletions(-) 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