diff options
| author | Luke Kanies <luke@madstop.com> | 2008-05-13 16:11:36 -0500 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-05-13 16:11:36 -0500 |
| commit | b5006897fbf1c52c5a53820d6d1175213027c019 (patch) | |
| tree | cad9266e1f192f0ec5f123f2d38c683dbde4899b | |
| parent | c61fc0217fe8880216fe059ce54c4d0d61a78811 (diff) | |
| download | puppet-b5006897fbf1c52c5a53820d6d1175213027c019.tar.gz puppet-b5006897fbf1c52c5a53820d6d1175213027c019.tar.xz puppet-b5006897fbf1c52c5a53820d6d1175213027c019.zip | |
adding more autotest docs
| -rw-r--r-- | ext/autotest/readme.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/autotest/readme.rst b/ext/autotest/readme.rst index 338d4b0d3..93d9ed2fc 100644 --- a/ext/autotest/readme.rst +++ b/ext/autotest/readme.rst @@ -5,5 +5,12 @@ If you are running on a Mac and have growlnotify_ installed, install the ZenTest_ gem, then copy the ``config`` file to ``~/.autotest`` (or just run ``rake`` in this directory). +Once you have ``autotest`` installed, change to the root of your Puppet +git repository and run ``autotest`` with no arguments. To refresh the list +of files to scan, hit ``^c`` (that is, control-c). + +It's recommended you leave this running in another terminal during all +development, preferably on another monitor. + .. _zentest: http://www.zenspider.com/ZSS/Products/ZenTest/ .. _growlnotify: http://growl.info/extras.php |
