Rebrand to mozo.bar
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
step 'there is a confirmed and open supplier' do
|
||||
@supplier_password = 'secret1'
|
||||
@supplier = create :supplier, email: 'supplier@qwaiter.com', password: @supplier_password, confirmation_token: 'abc', confirmed_at: Time.now.utc, open: true
|
||||
@supplier = create :supplier, email: 'supplier@mozo.bar', password: @supplier_password, confirmation_token: 'abc', confirmed_at: Time.now.utc, open: true
|
||||
@section = create :section, title: 'Room', supplier: @supplier, width: 8, height: 8
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user