Revert "Fix test fail"

This reverts commit 1de0f85c73.
This commit is contained in:
Rohan Mitchell
2013-09-09 10:55:40 +10:00
parent 1de0f85c73
commit 644beeb093

View File

@@ -209,7 +209,7 @@ describe Spree::Order do
subject.distributor = test_enterprise
subject.should_not be_valid
subject.errors.messages.should == {:base=>["Distributor or order cycle cannot supply the products in your cart"]}
subject.errors.messages.should == {:distributor_id => ["cannot supply the products in your cart"]}
end
end