README.rdoc in guard-rspec-0.1.4 vs README.rdoc in guard-rspec-0.1.5
- old
+ new
@@ -1,11 +1,11 @@
= Guard::RSpec
RSpec guard allows to automatically & intelligently launch specs when files are modified.
- Compatible with RSpec 1.3.x & RSpec 2.0.x
-- Tested on Ruby 1.8.7 & 1.9.2.
+- Tested on Ruby 1.8.6, 1.8.7 & 1.9.2.
== Install
Please be sure to have {guard}[http://github.com/guard/guard] installed before continue.
@@ -55,17 +55,28 @@
RSpec guard should automatically detect RSpec version (via spec_helper syntax or Bundler) but you can force version with:
guard 'rspec', :version => 2 do
...
end
+
+Other available options:
+ :color => false
+ :drb => true
+ :bundler => false # don't use "bundle exec"
+ :rvm => ['1.8.7', '1.9.2'] # directly run your specs on multiple ruby
+
== Development
- Source hosted at {GitHub}[http://github.com/guard/guard-rspec]
- Report issues/Questions/Feature requests on {GitHub Issues}[http://github.com/guard/guard-rspec/issues]
Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change
you make.
+
+=== Testing
+
+Please run "rake spec:prepare_fixtures" once before launching specs.
== Authors
{Thibaud Guillaume-Gentil}[http://github.com/thibaudgg]
\ No newline at end of file