update docs

This commit is contained in:
Reinier Balt 2011-04-30 22:58:08 +02:00
parent e5e7eb8754
commit 3de827a609
3 changed files with 8 additions and 9 deletions

View file

@ -13,11 +13,7 @@
* Copyright: (cc) 2004-2011 rousette.org.uk.
* License: GNU GPL
== Version 2.0 (RC)
(RC1 was never release, but was mentioned in the DOCS for while. People are
referencing RC1 with bug report. So for the release we've bumped the version
to RC2)
== Version 2.0
New features:
1. Redesign of menus and introduction of a context menu per todo

View file

@ -34,7 +34,7 @@ If you want to run tests using another database, that's fine, too. Just change y
5. SELENIUM TESTS (Selenium on Rails)
This testing style is deprecated and are being moved over to Selenium via Cucumber.
This testing style is deprecated and tests are being moved over to Selenium via Cucumber.
See the wiki for more information to run the tests that are not yet migrated: http://www.getontracks.org/wiki/Testing
@ -52,4 +52,6 @@ To run the cucumber test run
and for those using javascript/ajax use
rake cucumber:selenium
rake cucumber:selenium
See the wiki for more information on testing: http://www.getontracks.org/wiki/Testing