Skip to content

Conversation

@dantame
Copy link

@dantame dantame commented Aug 24, 2015

When upgrading to RSpec 3.0 method_visibility_for has changed the way that it calls to respond_to? internally.

This caused a "Wrong Number of Arguments" error when being called from rspec as the respond_to? method as defined on blobject.rb only accepted one argument and was being passed two.

This patch adds the include_all optional parameter to respond_to? to conform with default ruby respond_to? behaviour.

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.

1 participant