From c5c3051f9886e7325fc85694e2bfb40679e0365e Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Fri, 26 Jun 2015 12:06:18 +1000 Subject: [PATCH] Re-enable future spec --- spec/models/spree/product_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/spree/product_spec.rb b/spec/models/spree/product_spec.rb index 6a4825bcef..335caca4ad 100644 --- a/spec/models/spree/product_spec.rb +++ b/spec/models/spree/product_spec.rb @@ -205,7 +205,7 @@ module Spree Product.in_distributor(d1).should == [p1] end - it "doesn't show products listed in the incoming exchange only", :future => true do + it "doesn't show products listed in the incoming exchange only" do s = create(:supplier_enterprise) c = create(:distributor_enterprise) d = create(:distributor_enterprise)