@ -223,15 +223,15 @@ describe GroupedBarColumnPresenter do
it_behaves_like'measure_name'
it_behaves_like'measure_name'
it_behaves_like'column_midpoint'
it_behaves_like'column_midpoint'
it_behaves_like'bar_color'
it_behaves_like'bar_color'
it_behaves_like'y_offset'
# it_behaves_like 'y_offset'
context'and the score is right at the approval low benchmark'do
context'and the score is right at the approval low benchmark'do
it'bar will have a height of 0'do
it"where bar would normally have a height of 0, we inflate the height to be at least the minimum bar height of #{AnalyzeBarPresenter::MINIMUM_BAR_HEIGHT}"do
it'bar will be based on the approval low benchmark boundary'do
it"where the bar would normally start at the approval low benchmark, it shifts up to accomodate it being grown to the minimum bar height of #{AnalyzeBarPresenter::MINIMUM_BAR_HEIGHT}"do