|
@@ -50,7 +50,7 @@ will need to expand these, but we will look at them shortly.
|
|
This file defines a feature, just under the feature name we can
|
|
This file defines a feature, just under the feature name we can
|
|
provide a description of the feature.
|
|
provide a description of the feature.
|
|
|
|
|
|
-The one scenario we have no has no steps, so if we run it we should
|
|
|
|
|
|
+The one scenario we have has no steps, so if we run it we should
|
|
see something like:
|
|
see something like:
|
|
|
|
|
|
-- output
|
|
-- output
|
|
@@ -84,7 +84,7 @@ So let's add a step that starts bind10.
|
|
When I start bind10 with configuration example.org.config
|
|
When I start bind10 with configuration example.org.config
|
|
--
|
|
--
|
|
|
|
|
|
-This is not good enough; it will fire of the process, but setting up
|
|
|
|
|
|
+This is not good enough; it will start the process, but setting up
|
|
b10-auth may take a few moments, so we need to add a step to wait for
|
|
b10-auth may take a few moments, so we need to add a step to wait for
|
|
it to be started before we continue.
|
|
it to be started before we continue.
|
|
|
|
|