Skip to content

Commit

Permalink
State compatbility explicitly, drop capybara 2.x testing
Browse files Browse the repository at this point in the history
  • Loading branch information
phillbaker committed Apr 27, 2022
1 parent 661afa1 commit f8862e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
10 changes: 8 additions & 2 deletions README.mdown
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Capybara-mechanize
==================

[![Build Status](https://travis-ci.org/jeroenvandijk/capybara-mechanize.png?branch=master)](https://travis-ci.org/jeroenvandijk/capybara-mechanize)
[![.github/workflows/test_and_release.yml](https://github.com/phillbaker/capybara-mechanize/actions/workflows/test_and_release.yml/badge.svg)](https://github.com/phillbaker/capybara-mechanize/actions/workflows/test_and_release.yml)

This gems makes it possible to use Capybara for (partially) remote testing. It inherits most functionality from the RackTest driver and only uses [Mechanize](https://github.com/sparklemotion/mechanize) for remote requests.
This gem makes it possible to use Capybara for (partially) remote testing. It inherits most functionality from the RackTest driver and only uses [Mechanize](https://github.com/sparklemotion/mechanize) for remote requests.

It is currently in use to test the integration between a Rails application and Twitter authorization and sharing.

Expand All @@ -15,6 +15,12 @@ Thanks to [Pinkelstar](http://www.pinkelstar.com) for giving me the time and the

gem install capybara-mechanize

### Compatibility

For support with:
* Capybara 2.x, use versions of this gem less than or equal 1.11.0
* Capybara 3.x, use versions of this gem greater than or equal to 1.12.0

### Usage without Cucumber

require 'capybara/mechanize'
Expand Down
9 changes: 0 additions & 9 deletions gemfiles/Gemfile.capybara_2

This file was deleted.

0 comments on commit f8862e1

Please sign in to comment.