Skip to content

Commit 7ae8b32

Browse files
committed
System specs: Note the :type => :system metadata
1 parent 23b8016 commit 7ae8b32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

features/system_specs/system_specs.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Feature: System spec
33
System specs are RSpec's wrapper around Rails' own
44
[system tests](https://guides.rubyonrails.org/testing.html#system-testing).
55

6+
Feature specs are marked by `:type => :system` or if you have set
7+
`config.infer_spec_type_from_file_location!` by placing them in
8+
`spec/system`.
9+
610
System tests allow you to test user interactions with your application,
711
running tests in either a real or a headless browser. System tests use
812
Capybara under the hood.

0 commit comments

Comments
 (0)