Update contributing txt

This commit is contained in:
JC Brand 2013-04-17 00:09:13 +02:00
parent 7903c03651
commit 5193a981ff

View File

@ -14,10 +14,10 @@ Add tests for your bugfix or feature
------------------------------------ ------------------------------------
Add a test for any bug fixed or feature added. We use Jasmine 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 for testing.
tests are implemented.
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 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 Check that the Jasmine BDD tests complete sucessfully. Open tests.html in your
browser, and the tests will run automatically. 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 .. _Converse.js: http://conversejs.org