From 11b7be5c41edda171a05e92295c51320cb315c68 Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 2 Nov 2023 18:43:53 -0400 Subject: Update checkpoints to have comment instead of title+desc, and display them --- test/fixtures/checkpoints.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/fixtures/checkpoints.yml b/test/fixtures/checkpoints.yml index bb83377..02bb57e 100644 --- a/test/fixtures/checkpoints.yml +++ b/test/fixtures/checkpoints.yml @@ -1,13 +1,11 @@ # Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html one: - title: MyString - description: MyText + comment: MyText run: one user: one two: - title: MyString - description: MyText + comment: MyText run: two user: two -- cgit v1.2.3