mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Assume that people use bundler
It's ubiquitous now.
This commit is contained in:
parent
80befdad73
commit
f36aa21828
1 changed files with 4 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue