Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Remove outdated monkey patching note #2861

Merged
merged 1 commit into from
Feb 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,8 @@ the inheritance semantics you'd want for free.
## Aliases

You can declare example groups using either `describe` or `context`.
For a top level example group, `describe` and `context` are available
off of `RSpec`. For backwards compatibility, they are also available
off of the `main` object and `Module` unless you disable monkey
patching.
For a top-level example group, `describe` and `context` are available
off of `RSpec`.

You can declare examples within a group using any of `it`, `specify`, or
`example`.
Expand Down