Supplier adding and arranging tables

This commit is contained in:
2014-07-01 17:46:19 +02:00
parent de576d54d9
commit 639a707679
14 changed files with 24448 additions and 22627 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ require 'spec_helper'
describe :section do
before :each do
@section = build :section
@section = build :section, path: [[10, 30], [20,30], [20,40], [10, 40]]
end
describe :path do