|
@@ -121,7 +121,7 @@ regular expression itself), so if the step is defined with "do foo bar", the
|
|
|
scenario can add words for readability "When I do foo bar".
|
|
|
|
|
|
Each captured group will be passed as an argument to the function we define.
|
|
|
-For bind10, i defined a configuration file, a cmdctl port, and a process
|
|
|
+For bind10, I defined a configuration file, a cmdctl port, and a process
|
|
|
name. The first two should be self-evident, and the process name is an
|
|
|
optional name we give it, should we want to address it in the rest of the
|
|
|
tests. This is most useful if we want to start multiple instances. In the
|