Merge pull request #2147 from johnnylai/typo-in-README-regarding-rspec

Fix typo in README
This commit is contained in:
Thomas Walpole 2019-01-04 12:24:38 -08:00 committed by GitHub
commit be3dcf3309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ feature "Signing in" do
end
```
`feature` is in fact just an alias for `describe ..., type:> :feature`,
`feature` is in fact just an alias for `describe ..., type: :feature`,
`background` is an alias for `before`, `scenario` for `it`, and
`given`/`given!` aliases for `let`/`let!`, respectively.