Skip to content

Commit

Permalink
Assume that people use bundler
Browse files Browse the repository at this point in the history
It's ubiquitous now.
  • Loading branch information
joliss committed Jan 6, 2014
1 parent 80befda commit f36aa21
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -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:
Expand Down

0 comments on commit f36aa21

Please sign in to comment.