Skip to content

Commit

Permalink
Remove unused instance variable
Browse files Browse the repository at this point in the history
  • Loading branch information
isimluk committed Dec 13, 2016
1 parent d8dafb4 commit 99ce628
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/models/chargeback_container_image_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
:image_tag_names => "environment/prod")
time += 12.hours
end
@metric_size = @container.metric_rollups.size
end

subject { ChargebackContainerImage.build_results_for_report_ChargebackContainerImage(options).first.first }
Expand Down Expand Up @@ -166,7 +165,6 @@
:image_tag_names => "")
time += 12.hours
end
@metric_size = @container.metric_rollups.size
end

subject { ChargebackContainerImage.build_results_for_report_ChargebackContainerImage(options).first.first }
Expand Down

0 comments on commit 99ce628

Please sign in to comment.