1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00

Update README.md.

This commit is contained in:
Gustavo Villa 2015-12-01 18:24:40 -03:00
parent 31901f4fec
commit 30464ec296

View file

@ -22,7 +22,13 @@ to read the bug reporting guidance below).
## Installation ##
Add `poltergeist` to your Gemfile, and in your test setup add:
Add this line to your Gemfile and run `bundle install`:
``` ruby
gem 'poltergeist'
```
In your test setup add:
``` ruby
require 'capybara/poltergeist'
@ -82,7 +88,7 @@ was 1.0.2, so you should use that if you still need Ruby 1.8 support.
There are no special steps to take. You don't need Xvfb or any running X
server at all.
[Travis CI](https://travis-ci.org/) has PhantomJS pre-installed.
[Travis CI](https://travis-ci.org/) and [Codeship](https://codeship.com/) has PhantomJS pre-installed.
Depending on your tests, one thing that you may need is some fonts. If
you're getting errors on a CI that don't occur during development then