diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f6ebe90f9..46186f863 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -28,8 +28,6 @@ Check that the tests pass Check that the Jasmine 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 - On the command line you can run ``grunt test`` (if you have before run ``npm install``). diff --git a/README.rst b/README.rst index aae1d72d2..ac6c06f6a 100644 --- a/README.rst +++ b/README.rst @@ -48,7 +48,7 @@ Tests ----- We use behavior-driven tests written with jasmine.js_. They can run in your -browser (`see here`_) or in the command line via phantom.js_. +browser or in the command line via phantom.js_. We use `Travis-CI`_ for continuous integration. @@ -93,6 +93,5 @@ Licence .. _`conversejs.org`: http://conversejs.org .. _jquery: http://jquery.com .. _jasmine.js: http://pivotal.github.io/jasmine -.. _`see here`: http://conversejs.org/tests.html .. _phantom.js: http://phantomjs.org .. _`Travis-CI`: https://travis-ci.org diff --git a/index.html b/index.html index abed3c161..4e8bb44c8 100644 --- a/index.html +++ b/index.html @@ -114,9 +114,9 @@

Tests

- We use the Jasmine testing framework to write tests. - The tests can be run in the browser and can be viewed here. + We use the Jasmine testing framework to write tests. + Tests can be run in the browser (just open tests.html) or in the + commandline via ``grunt test``.

Credits and Dependencies