Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
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
5 changes: 2 additions & 3 deletions lib/rspec/mocks/example_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,8 @@ def allow_any_instance_of(klass)
end

# Used to specify a message that you expect or allow an object
# to receive. The object returned by `receive` supports the same
# fluent interface that `should_receive` and `stub` have always
# supported, allowing you to constrain the arguments or number of
# to receive. The object returned by `receive` supports a fluent
# interface, allowing you to constrain the arguments or number of
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine, are you leaving this open to collect more?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, the build was afwully ted and I decided to fix builds first, but it also was red on main

And I’ll to sync all changes from main yo 4-0-dev to incorporate all build fixes you recently did, and to align the two branches

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As its just docs you can just merge this then fix it.

# times, and configure how the object should respond to the message.
#
# @example
Expand Down