summaryrefslogtreecommitdiff
path: root/test/fixtures/checkpoints.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/checkpoints.yml')
-rw-r--r--test/fixtures/checkpoints.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/fixtures/checkpoints.yml b/test/fixtures/checkpoints.yml
new file mode 100644
index 0000000..bb83377
--- /dev/null
+++ b/test/fixtures/checkpoints.yml
@@ -0,0 +1,13 @@
+# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+one:
+ title: MyString
+ description: MyText
+ run: one
+ user: one
+
+two:
+ title: MyString
+ description: MyText
+ run: two
+ user: two