1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Fix typo in README

This commit is contained in:
Johnny Lai 2019-01-04 23:13:58 +08:00
parent cd8c7ddf6e
commit 96f26d3b92

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.