Skip to content

Commit 6fc6c1b

Browse files
committed
link to acceptance tests sidebar from chap 2. small-code in 1
1 parent 607b6de commit 6fc6c1b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

chapter_01.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ Initialised empty Git repository in ...goat-book/.git/
355355
356356
If you see this message:
357357
358-
[role="skipme"]
358+
[role="skipme small-code"]
359359
[subs="specialcharacters,macros"]
360360
----
361361
hint: Using 'master' as the name for the initial branch. This default branch name

chapter_02_unittest.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Others also like the name _acceptance tests_.
6767
This distinction is less concerned with the level of granularity of the test or the system,
6868
but instead is asking whether or not the test is checking on the "acceptance criteria" for a feature--which
6969
usually means, is the test talking about _behaviour_, as visible to the user.
70+
// TODO: See also <<acceptance-tests-sidebar>>.
7071
*******************************************************************************************
7172

7273
FTs should have a human-readable story that we can follow.

chapter_27_hot_lava.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ Top Layer: A minimal set of Functional/End-to-End Tests::
303303
we want as few of them as possible.
304304

305305

306+
[[acceptance-tests-sidebar]]
306307
.On Acceptance Tests
307308
*******************************************************************************
308309

0 commit comments

Comments
 (0)