-
Notifications
You must be signed in to change notification settings - Fork 900
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
Refactoring available_resource_groups method for miq_ae_orchestrations #12212
Refactoring available_resource_groups method for miq_ae_orchestrations #12212
Conversation
@miq-bot add_labels automate, enhancement |
@miq-bot add_label refactoring |
@pkomanek |
@miq-bot add_label wip |
@miq-bot remove_label wip |
let(:default_desc_blank) { "<none>" } | ||
let(:default_desc) { "<select>" } | ||
let(:ems) do | ||
@rgroup1 = FactoryGirl.create(:resource_group) |
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.
@pkomanek can we make this a let
Checked commits pkomanek/manageiq@54d354c~...0de3f11 with ruby 2.2.5, rubocop 0.37.2, and haml-lint 0.16.1 |
Purpose or Intent
Refactoring the available_resource_groups method for the miq_ae_orchestration based on the issue bellow.
Links [Optional]
#12038