README in plugin_test_helper-0.1.2 vs README in plugin_test_helper-0.1.3

- old
+ new

@@ -3,29 +3,25 @@ +plugin_test_helper+ simplifies plugin testing by creating an isolated Rails environment that simulates its usage in a real application. == Resources -Announcement - -* http://www.pluginaweek.org - Wiki * http://wiki.pluginaweek.org/Plugin_test_helper API * http://api.pluginaweek.org/plugin_test_helper Development -* http://dev.pluginaweek.org/browser/trunk/plugins/test/plugin_test_helper +* http://dev.pluginaweek.org/browser/trunk/plugin_test_helper Source -* http://svn.pluginaweek.org/trunk/plugins/test/plugin_test_helper +* http://svn.pluginaweek.org/trunk/plugin_test_helper == Description Plugins often need to initialize a full Rails environment, whether it be for accessing a database or simulating controller access. Traditionally, this has @@ -189,10 +185,10 @@ 0 tests, 0 assertions, 0 failures, 0 errors == Dependencies -This plugin does not depend on the presence of any other plugins. +None. == References * {Mark Meves}[http://rationalexuberance.org] for the initial implementation