From f00285611977dc89b186f7e1fa9b2b21827fc017 Mon Sep 17 00:00:00 2001 From: lpichler Date: Thu, 8 Dec 2016 12:59:39 +0100 Subject: [PATCH] Fix specs - [:label] is not used on Pie chart with counts --- spec/lib/report_formater/jqplot_formater_charting_counts_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/lib/report_formater/jqplot_formater_charting_counts_spec.rb b/spec/lib/report_formater/jqplot_formater_charting_counts_spec.rb index ab560ff1fd4..74a9b588da4 100644 --- a/spec/lib/report_formater/jqplot_formater_charting_counts_spec.rb +++ b/spec/lib/report_formater/jqplot_formater_charting_counts_spec.rb @@ -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