Skip to content

Commit

Permalink
pages のフィクスチャに published_at の値を設定した
Browse files Browse the repository at this point in the history
  • Loading branch information
AudioStakes committed Feb 4, 2022
1 parent 7c07fa1 commit 2c230c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/fixtures/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ page12:
- 完全一致: `$ apt-cache search ^vim$`
- 前方一致: `$ apt-cache search ^vim`
user: komagata
published_at: "2022-01-01 00:00:00"

page13:
title: リンク切れチェッカーのテスト用リンクを載せたページ
Expand All @@ -102,3 +103,4 @@ page13:
[SSLサーバー証明書の検証に失敗する host へのリンク](https://www.tablesgenerator.com/markdown_tables)
[日本語を含む URL へのリンク](https://ja.wikipedia.org/wiki/あ)
user: komagata
published_at: "2022-01-01 00:00:00"
5 changes: 5 additions & 0 deletions test/fixtures/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,27 @@ page3:
## 存在しないDocsページ遷移テスト
[存在しないページ](http://example.com/xxxxx)
user: komagata
published_at: "2020-01-01 00:00:00"

page4:
title: Bootcampの作業のページ
body: |-
## テスト
テスト
user: komagata
published_at: "2020-01-01 00:00:00"

page5:
title: WIPのテスト
body: WIP
user: komagata
published_at: "2020-01-01 00:00:00"

page6:
title: Docsの検索結果テスト用
body: Docsの検索結果テスト用
user: komagata
published_at: "2020-01-01 00:00:00"

page7:
title: プラクティスに紐付いたDocs
Expand Down Expand Up @@ -65,3 +69,4 @@ page8:
- 完全一致: `$ apt-cache search ^vim$`
- 前方一致: `$ apt-cache search ^vim`
user: komagata
published_at: "2022-01-01 00:00:00"

0 comments on commit 2c230c9

Please sign in to comment.