make tests work again
This commit is contained in:
parent
e450cf404e
commit
91c8be6b6c
6 changed files with 36 additions and 41 deletions
4
test/fixtures/articles.yml
vendored
4
test/fixtures/articles.yml
vendored
|
|
@ -1,8 +1,4 @@
|
|||
# == Schema Information
|
||||
<<<<<<< HEAD:test/fixtures/articles.yml
|
||||
=======
|
||||
# Schema version: 20090325175756
|
||||
>>>>>>> wiki:test/fixtures/articles.yml
|
||||
#
|
||||
# Table name: articles
|
||||
#
|
||||
|
|
|
|||
7
test/fixtures/groups.yml
vendored
7
test/fixtures/groups.yml
vendored
|
|
@ -3,6 +3,7 @@ admins:
|
|||
type: Workgroup
|
||||
name: Administrators
|
||||
description: System administrators.
|
||||
created_on: <%= 5.weeks.ago.to_s(:db) %>
|
||||
role_admin: true
|
||||
role_suppliers: true
|
||||
role_article_meta: true
|
||||
|
|
@ -11,12 +12,8 @@ admins:
|
|||
bananas:
|
||||
type: Ordergroup
|
||||
name: Banangroup
|
||||
created_on: <%= 4.weeks.ago.to_s(:db) %>
|
||||
account_balance: 100.00
|
||||
account_updated: <%= 1.weeks.ago.to_s(:db) %>
|
||||
contact_person: Tim
|
||||
contact_phone: 030 123132456
|
||||
contact_address: Waldermarstrasse 43, 10988 Berlin
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
13
test/fixtures/suppliers.yml
vendored
13
test/fixtures/suppliers.yml
vendored
|
|
@ -1,8 +1,4 @@
|
|||
# == Schema Information
|
||||
<<<<<<< HEAD:test/fixtures/suppliers.yml
|
||||
=======
|
||||
# Schema version: 20090325175756
|
||||
>>>>>>> wiki:test/fixtures/suppliers.yml
|
||||
#
|
||||
# Table name: suppliers
|
||||
#
|
||||
|
|
@ -38,12 +34,3 @@ terra:
|
|||
Terra possibly delivers also on other days than tuesday. Don't
|
||||
hesitate to ask for it.
|
||||
min_order_quantity: 80,-€ (gross)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue