GitHub Account angelegt

This commit is contained in:
Andreas Stephanides
2013-02-12 02:05:12 +01:00
commit 3d11400d5e
216 changed files with 5031 additions and 0 deletions

0
test/fixtures/.gitkeep vendored Normal file
View File

15
test/fixtures/lvas.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
one:
name: MyString
desc: MyText
ects:
lvanr:
stunden: 1.5
two:
name: MyString
desc: MyText
ects:
lvanr:
stunden: 1.5

13
test/fixtures/modulgruppen.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
one:
type:
phase: 1
studium_id: 1
name: MyString
two:
type:
phase: 1
studium_id: 1
name: MyString

9
test/fixtures/moduls.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
one:
name: MyString
desc: MyText
two:
name: MyString
desc: MyText

11
test/fixtures/neuigkeiten.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
one:
title: MyString
text: MyText
datum: 2013-01-19 16:29:59
two:
title: MyString
text: MyText
datum: 2013-01-19 16:29:59

11
test/fixtures/rubriken.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
one:
name:
desc:
prio: 1
two:
name:
desc:
prio: 1

13
test/fixtures/semesters.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
one:
name: MyString
nummer: 1
ws: false
ss: false
two:
name: MyString
nummer: 1
ws: false
ss: false

13
test/fixtures/studia.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
one:
zahl: MyString
name: MyString
desc: MyText
typ: MyString
two:
zahl: MyString
name: MyString
desc: MyText
typ: MyString

9
test/fixtures/studmods.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
one:
studium_id: 1
modul_id: 1
two:
studium_id: 1
modul_id: 1

11
test/fixtures/users.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
# This model initially had no columns defined. If you add columns to the
# model remove the '{}' from the fixture names and add the columns immediately
# below each fixture, per the syntax in the comments below
#
one: {}
# column: value
#
two: {}
# column: value