end of train commit

This commit is contained in:
2015-09-16 18:10:23 +02:00
parent 6a085b1ca2
commit 8e931cabd4
7 changed files with 23 additions and 6 deletions
@@ -2,7 +2,6 @@ step 'there is a confirmed and open supplier' do
@supplier_password = 'secret1'
@employee_password = @supplier_password
@employee = create :employee, email: 'supplier@mozo.bar', password: @supplier_password
binding.pry
@supplier = build :supplier, open: true
@supplier.add_manager @employee
@section = create :section, title: 'Room', supplier: @supplier, width: 8, height: 8