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

Move predicate methods to module named Predicates #2

Open
sbellware opened this issue Sep 12, 2023 · 0 comments
Open

Move predicate methods to module named Predicates #2

sbellware opened this issue Sep 12, 2023 · 0 comments
Labels
mistake Something is not right or does not meet standards and needs correction

Comments

@sbellware
Copy link
Contributor

module Substitue
  include RecordInvocation::Predicates

  def done_something?
    invoked_once?(:call, ...)
  end
end
@sbellware sbellware added the mistake Something is not right or does not meet standards and needs correction label Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mistake Something is not right or does not meet standards and needs correction
Projects
None yet
Development

No branches or pull requests

1 participant