Links, mainly...
Some checks failed
/ Run system tests (push) Waiting to run
/ Build, push and deploy image (push) Blocked by required conditions
/ Run tests (push) Has been cancelled
/ Checkout (push) Successful in 8m9s

This commit is contained in:
david 2024-07-26 00:59:00 +02:00
parent fd42a3f173
commit 21ab02d647
69 changed files with 2258 additions and 155 deletions

View file

@ -3,9 +3,7 @@
one:
code: MyString
name: MyString
description: MyText
two:
code: MyString
name: MyString
description: MyText

View file

@ -3,17 +3,14 @@
one:
position: MyString
name: MyString
success_criterion: MyText
level: 1
two:
position: MyString
name: MyString
success_criterion: MyText
level: 1
deletable:
position: MyString
name: MyString
success_criterion: MyText
level: 1
level: 1

View file

@ -4,10 +4,10 @@ one:
report: one
path: MyString
title: MyString
description: MyText
# description: MyText
two:
report: two
path: MyString
title: MyString
description: MyText
# description: MyText

14
test/fixtures/link_categories.yml vendored Normal file
View file

@ -0,0 +1,14 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
name: Tools
description: MyString
two:
name: Checklisten
description: MyString
deletable:
name: Delete me
description: please

15
test/fixtures/links.yml vendored Normal file
View file

@ -0,0 +1,15 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
url: https://example.com
text: MyString
last_check_at: 2024-07-25 19:34:33
fail_count: 1
link_category: one
two:
url: https://wikipedia.org
text: MyString
last_check_at: 2024-07-25 19:34:33
fail_count: 1
link_category: two

View file

@ -2,8 +2,6 @@
one:
name: MyString
comment: MyText
two:
name: MyString
comment: MyText

View file

@ -3,15 +3,11 @@
one:
element: one
title: MyString
description: MyText
level: 1
result: 1
comment: MyText
two:
element: two
title: MyString
description: MyText
level: 1
result: 1
comment: MyText