mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Remove advice to use sudo when installing the gem
Installing gems with sudo strikes me as a bad thing.
This commit is contained in:
parent
e1d713e852
commit
2a1d4cf6bf
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ GitHub): http://groups.google.com/group/ruby-capybara
|
||||||
To install, type
|
To install, type
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo gem install capybara
|
gem install capybara
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are using Rails, add this line to your test helper file:
|
If you are using Rails, add this line to your test helper file:
|
||||||
|
|
Loading…
Reference in a new issue