jfrench / radiant-autotest
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
VERSION | ||
| |
lib/ | ||
| |
radiant-autotest.gemspec | ||
| |
spec/ |
README.rdoc
radiant-autotest
Autotest mappings for running RSpec on your Radiant Extensions. Includes Growl support, with delightful icons.
Installation and Use
$ gem install jfrench-radiant-autotest $ cd vendor/extensions/your_extension $ autotest
If you have Growl and the growlnotify binary installed, you can enable Growl notifications. To do so, create a file named .autotest in vendor/extensions/your_extension and add this line:
require 'autotest/radiant/growl'
Growl can be downloaded from growl.info and includes growlnotify.
The gem provides two delightful icons to be displayed with your pass/fail counts. If you would like to replace these with your own less delightful icons, simply place two files named pass.png and fail.png in vendor/extensions/your_extension/lib.
Happy testing!
Copyright
Copyright © 2009 Josh French. See LICENSE for details.
Delightful icon design by IconBuffet: iconbuffet.com.

