README.markdown in andhapp-decoct-1.6.4 vs README.markdown in andhapp-decoct-1.7.4
- old
+ new
@@ -6,33 +6,22 @@
Installing
---------
Install the gem: gem install andhapp-decoct -s http://gems.github.com (on Windows)
-Caveat
--------
-
-The gem has only been tested on Windows and the reason that could be a problem is because it depends upon other
-gems to work properly. I have a workaround in my mind but it has not been implemented as yet.
-
-
Dependencies
-----------
The gem depends on the following libraries:
* rspec
* ZenTest
-* ruby-snarl
+* growl
* redgreen
* rcov
-Also, in order to use ruby-snarl you should have [Snarl][snarl] installed on
-your machine.
-Snarl is a messaging system for windows. This would give you nice visual messages on the status of your tests.
-[Here's][here] a nice article if you
-would like to incorporate that into rails projects. Hence, the caveat above.
+growl is the Mac OS X messaging system and there are a plethora of articles detailing its installation. Google 'growl Mac OS X' and you would definately encounter some useful results.
Usage
----
@@ -42,21 +31,18 @@
decoct {project-name}
This would create a sinatra project with all the rspec dependencies. If a directory with the same name exists it will
overwrite it. Just go into the directory on your command line and run the following command:
-set RSPEC=true autotest
+RSPEC=true autotest
and finally run the following command:
autotest
-
Issues
-----
I have spotted one existing issue with it and it is documented here:
[Decoct - Issue1][issue].
-[snarl]: http://www.fullphat.net/index.php
-[here]: http://thewebfellas.com/blog/2007/12/10/rspec-autotest-and-snarl-on-windows
[issue]: http://github.com/andhapp/decoct/issues
\ No newline at end of file