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:
parent
cd8c7ddf6e
commit
96f26d3b92
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue