Links, mainly...
This commit is contained in:
parent
fd42a3f173
commit
21ab02d647
69 changed files with 2258 additions and 155 deletions
2
test/fixtures/checklists.yml
vendored
2
test/fixtures/checklists.yml
vendored
|
|
@ -3,9 +3,7 @@
|
|||
one:
|
||||
code: MyString
|
||||
name: MyString
|
||||
description: MyText
|
||||
|
||||
two:
|
||||
code: MyString
|
||||
name: MyString
|
||||
description: MyText
|
||||
|
|
|
|||
5
test/fixtures/checks.yml
vendored
5
test/fixtures/checks.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
test/fixtures/elements.yml
vendored
4
test/fixtures/elements.yml
vendored
|
|
@ -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
14
test/fixtures/link_categories.yml
vendored
Normal 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
15
test/fixtures/links.yml
vendored
Normal 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
|
||||
2
test/fixtures/reports.yml
vendored
2
test/fixtures/reports.yml
vendored
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
one:
|
||||
name: MyString
|
||||
comment: MyText
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
comment: MyText
|
||||
|
|
|
|||
4
test/fixtures/success_criteria.yml
vendored
4
test/fixtures/success_criteria.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue