README.rdoc in rspactor-0.7.0.beta.3 vs README.rdoc in rspactor-0.7.0.beta.4
- old
+ new
@@ -1,24 +1,24 @@
= RSpactor
RSpactor allows to automatically & intelligently launch your specs when your files are modified.
-Version 0.7.x is a complete rewrite, RubyCocoa is no more needed, FSEvents are supported from scratch.
+Version 0.7.x is a complete rewrite, RubyCocoa is no more needed, FSEvents & Inotify are supported from scratch.
== Features
- FSEvent support on Mac OS X (without RubyCocoa!)
- Inotify support on Linux
-- RSpec 2.0 support (from beta.14)
+- RSpec 1.x & 2.x (from beta.14) 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
== Install
-At the moment, only Mac OS X (10.5+) & Linux are supported. Tested on ruby 1.8.7 & 1.9.2dev.
+Only Mac OS X (10.5+) & Linux are supported. Tested on Ruby 1.8.7 & 1.9.2dev.
Install the gem:
gem install rspactor --pre
@@ -37,14 +37,13 @@
rspactor -h
Signal handlers are now used to interact with RSpactor:
- Ctrl-C - Quit RSpactor or quick abort running spec(s)
-- Ctrl-\ - Running all specs
+- Ctrl-\ - Running all specs
== TODO
-- RSpec 1.3 support
- 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
- Cucumber support (You can use {Steak}[http://github.com/cavalle/steak] in the meantime)
- .rspec options file support
\ No newline at end of file