Skip to content

Commit

Permalink
Fix specs - [:label] is not used on Pie chart with counts
Browse files Browse the repository at this point in the history
  • Loading branch information
lpichler committed Dec 9, 2016
1 parent 97dc73f commit f002856
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
render_report(report)
expect(report.chart[:data][0]).to eq([["linux_esx: 3", 3], ["widloze: 1", 1]])
expect(report.chart[:options][:seriesDefaults][:renderer]).to eq("jQuery.jqplot.PieRenderer")
expect(report.chart[:options][:series][0][:label]).to eq("OS Name")
expect(report.chart[:options][:highlighter]).to be_truthy
end
end
Expand Down

0 comments on commit f002856

Please sign in to comment.