diff options
author | Nicolas Braud-Santoni <nicoo@ffgraz.net> | 2016-08-07 16:39:42 +0200 |
---|---|---|
committer | Nicolas Braud-Santoni <nicoo@ffgraz.net> | 2016-08-07 16:39:42 +0200 |
commit | b6ca062670b342344df08b53fb216db619ef42bc (patch) | |
tree | 7680ac6b407239f6b7272c937e42f688b8de542c /test/fixtures |
Import legacy manman source
Copied from www.ffgraz.net
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/admin.yml | 5 | ||||
-rw-r--r-- | test/fixtures/location.yml | 5 | ||||
-rw-r--r-- | test/fixtures/person.yml | 5 | ||||
-rw-r--r-- | test/fixtures/sa.yml | 5 |
4 files changed, 20 insertions, 0 deletions
diff --git a/test/fixtures/admin.yml b/test/fixtures/admin.yml new file mode 100644 index 0000000..b49c4eb --- /dev/null +++ b/test/fixtures/admin.yml @@ -0,0 +1,5 @@ +# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html +one: + id: 1 +two: + id: 2 diff --git a/test/fixtures/location.yml b/test/fixtures/location.yml new file mode 100644 index 0000000..8794d28 --- /dev/null +++ b/test/fixtures/location.yml @@ -0,0 +1,5 @@ +# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html +first: + id: 1 +another: + id: 2 diff --git a/test/fixtures/person.yml b/test/fixtures/person.yml new file mode 100644 index 0000000..8794d28 --- /dev/null +++ b/test/fixtures/person.yml @@ -0,0 +1,5 @@ +# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html +first: + id: 1 +another: + id: 2 diff --git a/test/fixtures/sa.yml b/test/fixtures/sa.yml new file mode 100644 index 0000000..b49c4eb --- /dev/null +++ b/test/fixtures/sa.yml @@ -0,0 +1,5 @@ +# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html +one: + id: 1 +two: + id: 2 |