Skip to content

Commit

Permalink
Merge pull request #239 from billfitzgerald0120/coverage_used_spec
Browse files Browse the repository at this point in the history
Removed unused code from used_spec method.
  • Loading branch information
mkanoor authored Jan 19, 2018
2 parents a694a1d + fe0b3dc commit 68cc522
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@

let(:svc_miq_request) { MiqAeMethodService::MiqAeServiceMiqRequest.find(@miq_provision_request.id) }

let(:counts_hash) do
{:storage => 1_000_000, :cpu => 0, :vms => 1, :memory => 1_073_741_824}
end

let(:active_counts_hash) do
{:storage => 2_000_000, :cpu => 8, :count => 9, :memory => 6_000_000_000}
end
Expand Down

0 comments on commit 68cc522

Please sign in to comment.