27 lines
449 B
YAML
27 lines
449 B
YAML
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
visible_segment:
|
|
id: 1
|
|
node_a: 3
|
|
node_b: 4
|
|
user_id: 1
|
|
visible: 1
|
|
tags: test=yes
|
|
timestamp: 2007-01-01 00:00:00
|
|
|
|
invisible_segment:
|
|
id: 2
|
|
node_a: 3
|
|
node_b: 4
|
|
user_id: 1
|
|
visible: 0
|
|
tags: test=yes
|
|
timestamp: 2007-01-01 00:00:00
|
|
|
|
used_segment:
|
|
id: 3
|
|
node_a: 3
|
|
node_b: 4
|
|
user_id: 1
|
|
visible: 1
|
|
tags: test=yes
|
|
timestamp: 2007-01-01 00:00:00
|