Combined sentence fragment with following sentence for improved readability

Этот коммит содержится в:
Omni Adams 2016-02-23 14:58:30 -06:00
родитель 8956b9ad57
коммит 9e5098e012
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 1E0F64905C03A71E

Просмотреть файл

@ -59,7 +59,7 @@ You should see that the steps are undefined:
It gives you undefined step snippets to implement in your test context. You may copy these snippets It gives you undefined step snippets to implement in your test context. You may copy these snippets
into your `*_test.go` file. into your `*_test.go` file.
Now if you run the tests again. You should see that the definition is now pending. You may change Now if you run the tests again you should see that the definition is now pending. You may change
**ErrPending** to **nil** and the scenario will pass successfully. **ErrPending** to **nil** and the scenario will pass successfully.
Since we need a working implementation, we may start by implementing only what is necessary. Since we need a working implementation, we may start by implementing only what is necessary.