Re-enable future spec

This commit is contained in:
Rohan Mitchell
2015-06-26 12:06:18 +10:00
parent 4f2389e257
commit c5c3051f98

View File

@@ -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)