Skip to content

Commit 678b313

Browse files
authored
Merge pull request #1992 from thomascchen/tc-fix-typo
Fix typo
2 parents c51e8b2 + 00fad25 commit 678b313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/system_specs/system_specs.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Feature: System spec
22

33
System specs are RSpec's wrapper around Rails' own
44
[system tests](http://guides.rubyonrails.org/testing.html#system-testing).
5-
We encourage you to familiarse yourself with their documentation.
5+
We encourage you to familiarize yourself with their documentation.
66

77
RSpec **does not** use your `ApplicationSystemTestCase` helper. Instead it uses
88
the default `driven_by(:selenium)` from Rails. If you want to override this

0 commit comments

Comments
 (0)