From f36aa218280f3fbf191f51aa71ca264abecee015 Mon Sep 17 00:00:00 2001 From: Jo Liss Date: Mon, 6 Jan 2014 18:55:28 +0000 Subject: [PATCH] Assume that people use bundler It's ubiquitous now. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7485ce6..fd21b416 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,11 @@ GitHub): http://groups.google.com/group/ruby-capybara ## Setup -Capybara requires Ruby 1.9.3 or later. To install, type: +Capybara requires Ruby 1.9.3 or later. To install, add this line to your +`Gemfile` and run `bundle install`: -```bash -gem install capybara +```ruby +gem 'capybara' ``` If the application that you are testing is a Rails app, add this line to your test helper file: