From a4f2ea771d21dc56ee8f862b5bb162664fd72602 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Wed, 13 Nov 2013 16:24:09 +1100 Subject: [PATCH] Fixing the bulk update spec --- spec/features/admin/bulk_product_update_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/features/admin/bulk_product_update_spec.rb b/spec/features/admin/bulk_product_update_spec.rb index 41025a0666..53fd4823b1 100644 --- a/spec/features/admin/bulk_product_update_spec.rb +++ b/spec/features/admin/bulk_product_update_spec.rb @@ -162,7 +162,6 @@ feature %q{ choose('product_group_buy_0') fill_in 'product_price', :with => '10.00' fill_in 'product_available_on', :with => Date.today.strftime("%Y/%m/%d") - check('product_product_distributions_attributes_0__destroy') click_button 'Create' URI.parse(current_url).path.should == '/admin/products/bulk_edit'