File tree Expand file tree Collapse file tree 2 files changed +39
-1
lines changed
Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ eval "$(shellspec - -c) exit 1"
3030
3131Include ' lib/sysexits.sh'
3232
33- % TESTFILES: ' bin/past-exam-question-to-csv.sh' ' bin/word-quiz-to-csv.sh'
33+ % TESTFILES: ' bin/past-exam-question-to-csv.sh bin/word-quiz-to-csv.sh'
3434
3535version_check () {
3636 awk -- '
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env sh
2+
3+ # ## File: spec/specfile_spec.sh
4+ # #
5+ # # Spec File を検証する。
6+ # #
7+ # # Usage:
8+ # #
9+ # # ------ Text ------
10+ # # shellspec specfile_spec.sh
11+ # # ------------------
12+ # #
13+ # # Metadata:
14+ # #
15+ # # id - d46f79bf-85e0-419f-912d-78c71b2f5075
16+ # # author - <qq542vev at https://purl.org/meta/me/>
17+ # # version - 1.0.0
18+ # # date - 2023-07-25
19+ # # since - 2023-07-25
20+ # # copyright - Copyright (C) 2023-2023 qq542vev. Some rights reserved.
21+ # # license - <CC-BY at https://creativecommons.org/licenses/by/4.0/>
22+ # # package - convert-it-passport
23+ # #
24+ # # See Also:
25+ # #
26+ # # * <Project homepage at https://github.com/qq542vev/convert-it-passport>
27+ # # * <Bag report at https://github.com/qq542vev/convert-it-passport/issues>
28+
29+ eval " $( shellspec - -c) exit 1"
30+
31+ Describe ' Spec File の検証'
32+ Example ' shellspec --syntax-check'
33+ When call shellspec --syntax-check
34+ The length of stdout should not equal 0
35+ The length of stderr should equal 0
36+ The status should equal 0
37+ End
38+ End
You can’t perform that action at this time.
0 commit comments