diff --git a/spec/content/automate/ManageIQ/Infrastructure/VM/Retirement/StateMachines/Methods.class/__methods__/pre_retirement_spec.rb b/spec/content/automate/ManageIQ/Infrastructure/VM/Retirement/StateMachines/Methods.class/__methods__/pre_retirement_spec.rb index cd5dfe1df..511c52c14 100644 --- a/spec/content/automate/ManageIQ/Infrastructure/VM/Retirement/StateMachines/Methods.class/__methods__/pre_retirement_spec.rb +++ b/spec/content/automate/ManageIQ/Infrastructure/VM/Retirement/StateMachines/Methods.class/__methods__/pre_retirement_spec.rb @@ -71,7 +71,6 @@ end context "exceptions" do let(:root_hash) { {} } - let(:svc_model_service) { nil } shared_examples_for "#ae_result nil" do it "values" do described_class.new(ae_service).main @@ -85,9 +84,7 @@ end context "no ems" do - let(:vm) do - FactoryGirl.create(:vm_microsoft, :raw_power_state => "PowerOff") - end + let(:ems) { nil } it_behaves_like "#ae_result nil" end end