From 34d1e6ffdb91bb32cb3fe2eb62cb69f1c308876c Mon Sep 17 00:00:00 2001 From: luisramos0 Date: Sun, 21 Oct 2018 22:13:15 +0100 Subject: [PATCH] Remove pending from bulk_product_update_spec because it's a core spec and should not be left for later in the upgrade process. This reverts PR#2794 --- spec/features/admin/bulk_product_update_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/admin/bulk_product_update_spec.rb b/spec/features/admin/bulk_product_update_spec.rb index f18069dfc6..5ea80b6e5e 100644 --- a/spec/features/admin/bulk_product_update_spec.rb +++ b/spec/features/admin/bulk_product_update_spec.rb @@ -1,6 +1,6 @@ require 'spec_helper' -xfeature %q{ +feature %q{ As an Administrator I want to be able to manage products in bulk } , js: true do