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

Unavailable methods refactor #131

Closed
tmiotto opened this issue Jan 19, 2017 · 0 comments
Closed

Unavailable methods refactor #131

tmiotto opened this issue Jan 19, 2017 · 0 comments

Comments

@tmiotto
Copy link
Contributor

tmiotto commented Jan 19, 2017

Scenario/Intent

Refactor all methods marked as unavailable to receive any number of arguments.

E.G.

def set_script(*)
  unavailable_method
end

Environment Details

  • OneView SDK Version: 3.1.0

Expected Result

All the unavailable methods should raise a MethodUnavailable error, regardless of the number of arguments received.

Actual Result

Some unavailable methods return 'ArgumentError: wrong number of arguments' error because the number of arguments received are different from what was declared.

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

No branches or pull requests

1 participant