Skip to content

Commit

Permalink
Fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
lpichler committed Dec 9, 2016
1 parent 99cdbaa commit 97dc73f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/lib/report_formater/c3_formatter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@

it "handle long strings" do
render_report(long_report)

expect(long_report.chart[:miq][:category_table][2]).to eq(long_category)
expect(long_report.chart[:miq][:name_table]['1']).to eq(long_header)
expect(long_report.chart[:miq][:name_table]['1']).to eq('RAM Size (MB)')
end
end

Expand Down

0 comments on commit 97dc73f

Please sign in to comment.