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

Fix document about delegate_method #533

Closed
wants to merge 1 commit into from
Closed

Fix document about delegate_method #533

wants to merge 1 commit into from

Conversation

yuku
Copy link

@yuku yuku commented May 28, 2014

Old spec fails with:

 Failure/Error: it { should delegate_method(:beep_boop).to(:robot).as(:speak) }
   Expected Human#beep_boop to delegate to Human#robot as #speak
   Calls on Human#robot: (none)

Old spec fails with:

     Failure/Error: it { should delegate_method(:beep_boop).to(:robot).as(:speak) }
       Expected Human#beep_boop to delegate to Human#robot as #speak
       Calls on Human#robot: (none)
@mcmire
Copy link
Collaborator

mcmire commented Jul 24, 2014

Thanks for this. I did a big documentation update recently and made sure to take care of making sure that the documentation for delegate_method was correct. I appreciate it, though!

@mcmire mcmire closed this Jul 24, 2014
@yuku
Copy link
Author

yuku commented Jul 24, 2014

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants