update readme

This commit is contained in:
John Bintz 2012-01-05 10:55:34 -05:00
parent ccd63b9393
commit 77d5a527f8

View File

@ -63,6 +63,7 @@ Before ->
After -> After ->
@server.restore() @server.restore()
```
*Important*: Use single-arrows when defining steps. Each block of code is executed in the same context, and mucking *Important*: Use single-arrows when defining steps. Each block of code is executed in the same context, and mucking
with that would make thing probably not work too well. with that would make thing probably not work too well.