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

Commit 359b9f4

Browse files
authored
Merge pull request #2861 from rspec/remove-outdated-monkey-patching-note
Remove outdated monkey patching note
2 parents 83035e2 + 7129da6 commit 359b9f4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,8 @@ the inheritance semantics you'd want for free.
7878
## Aliases
7979

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

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

0 commit comments

Comments
 (0)