From f36a20ba8d90922e4c6c445743c9a877d3a01130 Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Wed, 12 Apr 2017 12:46:40 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c7eee62..2cd9ce75 100644 --- a/README.md +++ b/README.md @@ -242,8 +242,7 @@ end ``` **Note: When you require 'capybara/rspec' proxy methods are installed to work around name collisions between Capybara::DSL methods - `all`/`within` and the identically named built-in RSpec matchers. If you opt not to require 'capybara/rspec' (because you wanted to customize the RSpec - configurationm etc.), you can install the proxy methods by requiring 'capybara/rspec/matcher_proxies' after requiring RSpec and 'capybara/dsl'** + `all`/`within` and the identically named built-in RSpec matchers. If you opt not to require 'capybara/rspec' you can install the proxy methods by requiring 'capybara/rspec/matcher_proxies' after requiring RSpec and 'capybara/dsl'** ## Using Capybara with Test::Unit