Update index.rst

This commit is contained in:
Bevan
2014-10-31 07:51:59 +13:00
parent b9e3875436
commit 2b5654d711

View File

@@ -285,15 +285,14 @@ the following parameters to avoid the validation error triggered by Guzzle :
.. code-block:: yaml
default:
extensions:
Behat\MinkExtension\Extension:
zombie:
# Specify the path to the node_modules directory.
node_modules_path: /usr/local/lib/node_modules/
default_session: 'zombie'
javascript_session: 'zombie'
default:
extensions:
Behat\MinkExtension:
sessions:
default:
zombie:
# Specify the path to the node_modules directory.
node_modules_path: /usr/local/lib/node_modules/
.. note::