Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Singleton Matcher #37

Closed
wants to merge 2 commits into from
Closed

Conversation

chr0n1x
Copy link

@chr0n1x chr0n1x commented Aug 7, 2020

cc @krisleech

Allows for expect blocks like:

expect { thingy.do_and_broadcast }.to broadcast(anything)

Also added some newlines to the error messages because I have larger objects being broadcasted around and it was hurting my eyes. Let me know if it's not ok though and I'll remove 01976d6

Allows for things like `expect { my_cool_block }.to_not broadcast(anything)`
@krisleech
Copy link
Owner

Is this backwards compatible in terms of what the broadcast can do?
Can you update the README and CHANGELOG files please.

@krisleech krisleech closed this May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants