Skip to content

Commit 203bdc9

Browse files
committed
Merge pull request #1091 from plentz/patch-1
updating feature docs to reflect capybara 2.3.0 dependency
2 parents d304973 + 06cfddb commit 203bdc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/feature_specs/feature_spec.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Feature: feature spec
66
external interface, usually web pages.
77

88
Feature specs require the [capybara](http://github.com/jnicklas/capybara)
9-
gem, version 2.0.0 or later. Refer to the [capybara API
9+
gem, version 2.3.0 or later. Refer to the [capybara API
1010
documentation](http://rubydoc.info/github/jnicklas/capybara/master) for more
1111
information on the methods and matchers that can be used in feature specs.
1212

lib/rspec/rails/vendor/capybara.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
if defined?(Capybara)
1212
require 'rspec/support/version_checker'
13-
RSpec::Support::VersionChecker.new('capybara', Capybara::VERSION, '2.2.0').check_version!
13+
RSpec::Support::VersionChecker.new('capybara', Capybara::VERSION, '2.3.0').check_version!
1414

1515
RSpec.configure do |c|
1616
if defined?(Capybara::DSL)

0 commit comments

Comments
 (0)