Supplier adding and arranging tables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user