You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consult the official [Upgrading from Capybara 2.x to 3.x](https://github.com/teamcapybara/capybara/blob/master/UPGRADING.md#upgrading-from-capybara-2x-to-3x) guide.
Copy file name to clipboardExpand all lines: features/feature_specs/feature_spec.feature
+4-7
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,9 @@ Feature: Feature spec
8
8
`config.infer_spec_type_from_file_location!` by placing them in
9
9
`spec/features`.
10
10
11
-
Feature specs require the [Capybara](https://github.com/jnicklas/capybara) gem, version 2.2.0 or later. We recommend
12
-
version 2.4.0 or later to avoid some deprecation warnings and have support for
13
-
[`config.expose_dsl_globally = false`](/rspec/rspec-core/docs/configuration/global-namespace-dsl). Refer to the [capybara API<br />
14
-
documentation](https://rubydoc.info/github/jnicklas/capybara/master) for more information on the methods and matchers that can be
15
-
used in feature specs. Capybara is intended to simulate browser requests with
16
-
HTTP. It will primarily send HTML content.
11
+
Feature specs require the [Capybara](https://github.com/teamcapybara/capybara) gem, version 2.13.0 or later.
12
+
Refer to the [capybara API documentation](https://rubydoc.info/github/teamcapybara/capybara/master) for more information on the methods and matchers that can be
13
+
used in feature specs. Capybara is intended to simulate browser requests with HTTP. It will primarily send HTML content.
17
14
18
15
The `feature` and `scenario` DSL correspond to `describe` and `it`, respectively.
19
16
These methods are simply aliases that allow feature specs to read more as
@@ -45,7 +42,7 @@ Feature: Feature spec
45
42
Pending: (Failures listed here are expected and do not affect your suite's status)
46
43
47
44
1) Widget management User creates a new widget
48
-
# Feature specs require the Capybara (https://github.com/jnicklas/capybara) gem, version 2.2.0 or later. We recommend version 2.4.0 or later to avoid some deprecation warnings and have support for `config.expose_dsl_globally = false`.
45
+
# Feature specs require the Capybara (https://github.com/teamcapybara/capybara) gem, version 2.13.0 or later.
0 commit comments