mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Update README.md
This commit is contained in:
parent
ffb41cfad6
commit
f36a20ba8d
1 changed files with 1 additions and 2 deletions
|
@ -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'**
|
||||
|
||||
## <a name="using-capybara-with-testunit"></a>Using Capybara with Test::Unit
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue