From 5193a981ff62efe452a41befc29924f6c83b131b Mon Sep 17 00:00:00 2001 From: JC Brand Date: Wed, 17 Apr 2013 00:09:13 +0200 Subject: [PATCH] Update contributing txt --- CONTRIBUTING.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 1589154b8..1f3829b5c 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -14,10 +14,10 @@ Add tests for your bugfix or feature ------------------------------------ Add a test for any bug fixed or feature added. We use Jasmine -for testing. Take a look at tests.html and spec/MainSpec.js to see how -tests are implemented. +for testing. -You can also see the test output online, here: http://conversejs.org/tests.html +Take a look at ``tests.html`` and ``spec/MainSpec.js`` to see how +the tests are implemented. Check that the tests run ------------------------ @@ -25,4 +25,6 @@ Check that the tests run Check that the Jasmine BDD tests complete sucessfully. Open tests.html in your browser, and the tests will run automatically. +You can see the current test output online, here: http://conversejs.org/tests.html + .. _Converse.js: http://conversejs.org