diff options
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/entries.yml | 15 | ||||
-rw-r--r-- | test/fixtures/links.yml | 9 | ||||
-rw-r--r-- | test/fixtures/posts.yml | 9 | ||||
-rw-r--r-- | test/fixtures/records.yml | 7 | ||||
-rw-r--r-- | test/fixtures/users.yml | 11 |
5 files changed, 0 insertions, 51 deletions
diff --git a/test/fixtures/entries.yml b/test/fixtures/entries.yml deleted file mode 100644 index 7bb736a..0000000 --- a/test/fixtures/entries.yml +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html | ||
2 | |||
3 | one: | ||
4 | title: MyString | ||
5 | body: MyText | ||
6 | directory: MyString | ||
7 | slug: MyString | ||
8 | type: | ||
9 | |||
10 | two: | ||
11 | title: MyString | ||
12 | body: MyText | ||
13 | directory: MyString | ||
14 | slug: MyString | ||
15 | type: | ||
diff --git a/test/fixtures/links.yml b/test/fixtures/links.yml deleted file mode 100644 index 1560785..0000000 --- a/test/fixtures/links.yml +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html | ||
2 | |||
3 | one: | ||
4 | directory: MyString | ||
5 | slug: MyString | ||
6 | |||
7 | two: | ||
8 | directory: MyString | ||
9 | slug: MyString | ||
diff --git a/test/fixtures/posts.yml b/test/fixtures/posts.yml deleted file mode 100644 index e192dee..0000000 --- a/test/fixtures/posts.yml +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html | ||
2 | |||
3 | one: | ||
4 | title: MyString | ||
5 | body: MyText | ||
6 | |||
7 | two: | ||
8 | title: MyString | ||
9 | body: MyText | ||
diff --git a/test/fixtures/records.yml b/test/fixtures/records.yml deleted file mode 100644 index 2e0c8cd..0000000 --- a/test/fixtures/records.yml +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html | ||
2 | |||
3 | one: | ||
4 | description: MyText | ||
5 | |||
6 | two: | ||
7 | description: MyText | ||
diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml deleted file mode 100644 index 80aed36..0000000 --- a/test/fixtures/users.yml +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html | ||
2 | |||
3 | # This model initially had no columns defined. If you add columns to the | ||
4 | # model remove the '{}' from the fixture names and add the columns immediately | ||
5 | # below each fixture, per the syntax in the comments below | ||
6 | # | ||
7 | one: {} | ||
8 | # column: value | ||
9 | # | ||
10 | two: {} | ||
11 | # column: value | ||