about summary refs log tree commit diff
path: root/test/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/files/.keep0
-rw-r--r--test/fixtures/machines.yml9
-rw-r--r--test/fixtures/players.yml11
3 files changed, 20 insertions, 0 deletions
diff --git a/test/fixtures/files/.keep b/test/fixtures/files/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/test/fixtures/files/.keep
diff --git a/test/fixtures/machines.yml b/test/fixtures/machines.yml
new file mode 100644
index 0000000..71f327c
--- /dev/null
+++ b/test/fixtures/machines.yml
@@ -0,0 +1,9 @@
+# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+one:
+  name: MyString
+  edition: MyString
+
+two:
+  name: MyString
+  edition: MyString
diff --git a/test/fixtures/players.yml b/test/fixtures/players.yml
new file mode 100644
index 0000000..61a7cf6
--- /dev/null
+++ b/test/fixtures/players.yml
@@ -0,0 +1,11 @@
+# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+one:
+  name: MyString
+  paid: false
+  strikes: 1
+
+two:
+  name: MyString
+  paid: false
+  strikes: 1