File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,11 @@ Feature: System spec
11
11
> Chrome browser, and a screen size of 1400x1400. The next section explains
12
12
> how to change the default settings.
13
13
14
- System specs are marked by `:type => :system` or if you have set
15
- `config.infer_spec_type_from_file_location!` by placing them in
16
- `spec/system`.
14
+ System specs are marked by setting type to :system, e.g. `:type => :system`.
17
15
18
- The Capybara gem is automatically required, so you need that in your
19
- Gemfile . Configure a webserver (e.g. `Capybara.server = :webrick`) before
20
- attempting to use system specs.
16
+ The Capybara gem is automatically required, and Rails includes it in
17
+ generated application Gemfiles . Configure a webserver (e.g.
18
+ `Capybara.server = :webrick`) before attempting to use system specs.
21
19
22
20
RSpec **does not** use your `ApplicationSystemTestCase` helper. Instead it
23
21
uses the default `driven_by(:selenium)` from Rails. If you want to override
You can’t perform that action at this time.
0 commit comments