about summary refs log tree commit diff stats
path: root/test/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/comments.yml17
-rw-r--r--test/fixtures/globals.yml11
-rw-r--r--test/fixtures/quotes.yml17
-rw-r--r--test/fixtures/scrobbles.yml13
4 files changed, 58 insertions, 0 deletions
diff --git a/test/fixtures/comments.yml b/test/fixtures/comments.yml new file mode 100644 index 0000000..1d6475a --- /dev/null +++ b/test/fixtures/comments.yml
@@ -0,0 +1,17 @@
1# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
3one:
4 blog: one
5 username: MyString
6 email: MyString
7 website: MyString
8 body: MyText
9 status: MyString
10
11two:
12 blog: two
13 username: MyString
14 email: MyString
15 website: MyString
16 body: MyText
17 status: MyString
diff --git a/test/fixtures/globals.yml b/test/fixtures/globals.yml new file mode 100644 index 0000000..bb636b7 --- /dev/null +++ b/test/fixtures/globals.yml
@@ -0,0 +1,11 @@
1# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
3one:
4 key: MyString
5 string_value: MyString
6 int_value: 1
7
8two:
9 key: MyString
10 string_value: MyString
11 int_value: 1
diff --git a/test/fixtures/quotes.yml b/test/fixtures/quotes.yml new file mode 100644 index 0000000..761703f --- /dev/null +++ b/test/fixtures/quotes.yml
@@ -0,0 +1,17 @@
1# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
3one:
4 content: MyText
5 state: MyString
6 submitter: MyString
7 notes: MyText
8 upvotes: 1
9 downvotes: 1
10
11two:
12 content: MyText
13 state: MyString
14 submitter: MyString
15 notes: MyText
16 upvotes: 1
17 downvotes: 1
diff --git a/test/fixtures/scrobbles.yml b/test/fixtures/scrobbles.yml new file mode 100644 index 0000000..9ca535d --- /dev/null +++ b/test/fixtures/scrobbles.yml
@@ -0,0 +1,13 @@
1# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
3one:
4 title: MyString
5 artist: MyString
6 album: MyString
7 image: MyString
8
9two:
10 title: MyString
11 artist: MyString
12 album: MyString
13 image: MyString