2013-04-02 02:43:01 -04:00
|
|
|
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
|
|
|
|
|
|
|
one:
|
|
|
|
user_id: 1
|
2013-05-31 00:27:38 -04:00
|
|
|
department: CSE
|
|
|
|
course: 101
|
2013-04-02 02:43:01 -04:00
|
|
|
alerted: false
|
2013-05-31 00:27:38 -04:00
|
|
|
semester: US13
|
2013-07-19 01:13:50 -04:00
|
|
|
sections: [1, 2, 3]
|
2013-04-02 02:43:01 -04:00
|
|
|
|
|
|
|
two:
|
|
|
|
user_id: 1
|
2013-05-31 00:27:38 -04:00
|
|
|
department: IAH
|
|
|
|
course: 241A
|
|
|
|
alerted: true
|
|
|
|
semester: FS13
|
2013-07-19 01:13:50 -04:00
|
|
|
sections: [3, 6, 9]
|
2013-05-31 00:27:38 -04:00
|
|
|
|
|
|
|
three:
|
|
|
|
user_id: 2
|
|
|
|
department: TES
|
|
|
|
course: 312
|
2013-04-02 02:43:01 -04:00
|
|
|
alerted: false
|
2013-05-31 00:27:38 -04:00
|
|
|
semester: SS14
|
2013-07-19 01:13:50 -04:00
|
|
|
sections: [5, 6, 11]
|
2013-05-31 00:27:38 -04:00
|
|
|
|