mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
Add link to latest release docs in README
Avoids confusion about unreleased features
This commit is contained in:
parent
e555518796
commit
0e86acb01d
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ Poltergeist is a driver for [Capybara](https://github.com/jnicklas/capybara). It
|
|||
run your Capybara tests on a headless [WebKit](http://webkit.org) browser,
|
||||
provided by [PhantomJS](http://www.phantomjs.org/).
|
||||
|
||||
**If you're viewing this at https://github.com/jonleighton/poltergeist,
|
||||
you're reading the documentation for the master branch.
|
||||
[View documentation for the latest release
|
||||
(1.0.2).](https://github.com/jonleighton/poltergeist/tree/v1.0.2)**
|
||||
|
||||
## Installation ##
|
||||
|
||||
Add `poltergeist` to your Gemfile, and in your test setup add:
|
||||
|
|
Loading…
Add table
Reference in a new issue