1
0
Fork 0
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:
Jonas Nicklas 2013-01-07 23:59:59 -08:00
commit 0bd6ab0e34

View file

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