Plugin Test Kit plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://mabs29.googlecode.com/svn/trunk/plugins/plugin_test_kit
You have two options for generating the files from the plugin_test_kit library. The first is using the in-built Rails ./script/generate.
user:~/ $ cd rails-app user:rails-app $ ./rails-app/script/generate plugin wild_chicken create config create fixtures create lib create lib/ptk ... readme after_generation
You also have the option of using the generate script provided in plugin_test_kit. It has been removed of its dependency on a Rails application, allowing you to call it from a repository of plugins divorced from the root of a Rails application.
user:~/ $ cd repos/plugins/plugin_test_kit user:plugin_test_kit $ ./generate plugin_test_kit plugin_test_kit
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: hardway, 9 months ago

