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

Workaround https://github.com/rspec/rspec-mocks/issues/1348 #892

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ojab
Copy link

@ojab ojab commented Oct 22, 2020

Description

Right now it's not possible to do something like expect(Draper::ViewContext.current).to receive(:render).and_call_original since it's fails, workaround it.
Not sure if I should add test for that, since it's a workaround that can be dropped if/when rspec-mocks will be fixed.

Testing

  • Specs are still passing, I guess.

To-Dos

  • tests
  • documentation

References

@ojab ojab marked this pull request as ready for review October 22, 2020 14:27
@n-rodriguez
Copy link
Contributor

@ojab can you please rebase your branch on master ?

@ojab
Copy link
Author

ojab commented Jan 22, 2021

Sure, done.

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