README.rdoc in netzke-basepack-0.6.4 vs README.rdoc in netzke-basepack-0.6.5
- old
+ new
@@ -33,10 +33,10 @@
== Running tests
Netzke-basepack is bundled with automated tests. To run them, you need to set up test/rails_app a similar way as you did with your own Rails app that is using Netzke, i.e.: 1) link Ext JS into the "public" folder, 2) link your copy of netzke-core and netzke-basepack into vendor/gems, 3) run migrations and clone the development database structure into the test database.
-After this you may run (*from the netzke-basepack folder*):
+After this you may run (*from test/rails_app*):
cucumber features
and