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)