Fixing a syntax error

This commit is contained in:
Will Marshall
2013-12-19 16:05:35 +11:00
parent 985cebb44a
commit e20120b9ca

View File

@@ -32,7 +32,7 @@ describe OrderCycle do
it "gives me the outgoing exchange" do
d = create(:distributor_enterprise)
oc = create(:simple_order_cycle), distributors: [d])
oc = create(:simple_order_cycle, distributors: [d])
oc.sender.should == d
end