README.rdoc in rspactor-0.7.0.beta.6 vs README.rdoc in rspactor-0.7.0.beta.7
- old
+ new
@@ -10,11 +10,11 @@
- RSpec 1.x & 2.x (from beta.18) support
- Bundler support
- Super fast change detection
- Automatic _spec.rb files detection (even new file created, unlike watchr)
- Growl notification (please install {growlnotify}[http://growl.info/documentation/growlnotify.php])
-- Libnotify notification
+- Libnotify notification (with custom event support)
== Install
Only Mac OS X (10.5+) & Linux are supported. Tested on Ruby 1.8.7 & 1.9.2dev.
@@ -39,10 +39,16 @@
Signal handlers are now used to interact with RSpactor:
- Ctrl-C - Quit RSpactor or quick abort running spec(s)
- Ctrl-\ - Running all specs
+== Vim
+
+Vim does not actually modify the file so you will need to specify the following event in nix
+
+ rspactor -e close_write
+
== TODO
- Specific files (spec_helper, factories, fixtures...) inspections
- Spork support (when {this issue}[http://github.com/timcharper/spork/issues#issue/37] will be resolved)
- {LiveReload}[http://github.com/mockko/livereload] support
@@ -67,6 +73,6 @@
- {Mislav Marohnić}[http://github.com/mislav]
- {Andreas Wolff}[http://github.com/phunkwork]
- {Pelle Braendgaard}[http://github.com/pelle]
- {Thibaud Guillaume-Gentil}[http://github.com/thibaudgg]
-Thanks to {Giovanni Cangiani}[http://github.com/multiscan] for the IO.popen/FSEvent trick & {Rémy Coutable}[http://github.com/rymai] for beta testing.
\ No newline at end of file
+Thanks to {Giovanni Cangiani}[http://github.com/multiscan] for the IO.popen/FSEvent trick & {Rémy Coutable}[http://github.com/rymai] for beta testing.