Commit cdb071c49a5797fde811725c84cdc71388f22741
1 parent
1f412bd5
Exists in
master
and in
28 other branches
r274@sede: terceiro | 2007-07-29 23:55:46 -0300
ActionItem0: removing dangerous fixtures git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@278 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
2 additions
and
18 deletions
Show diff stats
test/fixtures/design_boxes.yml
1 | 1 | # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html |
2 | -one: | |
3 | - id: 1 | |
4 | - number: 1 | |
5 | - owner_type: 'Profile' | |
6 | - owner_id: 1 | |
7 | - name: 'Box One' | |
8 | -two: | |
9 | - id: 2 | |
10 | - number: 2 | |
11 | - owner_type: 'Profile' | |
12 | - owner_id: 1 | |
13 | - name: 'Box Two' | |
14 | -three: | |
15 | - id: 3 | |
16 | - number: 3 | |
17 | - owner_type: 'Profile' | |
18 | - owner_id: 1 | |
19 | - name: 'Box Three' | |
2 | +# none: creating a virtual community alerady creates its boxes. Thanks to | |
3 | +# acts_as_design | ... | ... |