From e1ba3c4dfb202ad5698ba7cd008d1a56a5d7d359 Mon Sep 17 00:00:00 2001 From: Jo Liss Date: Fri, 4 Mar 2011 14:32:26 +0100 Subject: [PATCH] Mention spec/acceptance (for RSpec) in README --- README.rdoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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