diff --git a/README.rdoc b/README.rdoc index be5f2167..88abf02a 100644 --- a/README.rdoc +++ b/README.rdoc @@ -105,10 +105,11 @@ Capybara is only included for examples with :type => :request (or :acceptance for compatibility). Note that if you use the rspec-rails gem, :type => :request -is automatically set on all files under spec/requests (and also -spec/integration), so that's a good directory to place your Capybara specs -in. rspec-rails will also automatically include Capybara in -:controller and :mailer examples. +is automatically set on all files under spec/requests (and, +synonymously, spec/integration and spec/acceptance), so +that's a good directory to place your Capybara specs in. rspec-rails +will also automatically include Capybara in :controller and +:mailer examples. RSpec's metadata feature can be used to switch to a different driver. Use :js => true to switch to the javascript driver, or provide a