1
0
Fork 0
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:
Philip Arndt 2013-01-08 16:19:15 +13:00
parent e1d713e852
commit 2a1d4cf6bf

View file

@ -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: