mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Merge pull request #927 from parndt/patch-1
Remove advice to use sudo when installing the gem
This commit is contained in:
commit
0bd6ab0e34
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ GitHub): http://groups.google.com/group/ruby-capybara
|
|||
To install, type
|
||||
|
||||
```bash
|
||||
sudo gem install capybara
|
||||
gem install capybara
|
||||
```
|
||||
|
||||
If you are using Rails, add this line to your test helper file:
|
||||
|
|
Loading…
Add table
Reference in a new issue