End of day commit
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
step "there is an active list and order" do
|
||||
@user ||= create :user
|
||||
step 'there is a confirmed and open supplier'
|
||||
@table = create :table, supplier: @supplier, section: @section
|
||||
@table = create :table, supplier: @supplier, section: @section, position_x: 2, position_y: 2
|
||||
@section.should be_present
|
||||
@list = create :list, state: 'active', supplier: @supplier, table: @table, section: @section, user_ids: [@user.id]
|
||||
@product = create :product, price: 2.22, supplier: @supplier
|
||||
|
||||
Reference in New Issue
Block a user