-
Notifications
You must be signed in to change notification settings - Fork 358
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
Remove unnecessary stub #3582
Remove unnecessary stub #3582
Conversation
@miq-bot add_reviewer @h-kataria cc @jrafanie since he enjoyed the amount of effort I went through trying to delete this one line. 😄 |
Checked commits bdunne/manageiq-ui-classic@9b09cfc~...8714b32 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
controller.send(:zone_save_ntp_server_settings, zone) | ||
allow(MiqServer).to receive(:my_server).and_return(miq_server) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All that for this line... 😆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
Depends on: ManageIQ/manageiq#17139
Based on changes in: #3568