diff --git a/docs/topics/development.rst b/docs/topics/development.rst index cc5c6de7..b3a41125 100644 --- a/docs/topics/development.rst +++ b/docs/topics/development.rst @@ -30,15 +30,15 @@ Testing Locally Before testing, you'll need to set an environment variable to the version of Cassandra that's being tested. The version cooresponds to the release, so for example if you're testing against Cassandra 2.1, you'd set the following: - .. code-block::bash +.. code-block:: bash - export CASSANDRA_VERSION=20 + export CASSANDRA_VERSION=20 At the command line, execute: - .. code-block::bash +.. code-block:: bash - bin/test.py + bin/test.py This is a wrapper for nose that also sets up the database connection.