rutemaweb 0.9.4 → 0.9.5
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +2 -0
- data/lib/rutemaweb/main.rb +1 -1
- data/lib/rutemaweb/ramaze_controller.rb +1 -1
- metadata +1 -1
data/History.txt
CHANGED
data/lib/rutemaweb/main.rb
CHANGED
@@ -372,7 +372,7 @@ module Rutema
|
|
372
372
|
@panel_content=panel_configurations
|
373
373
|
@content_title="Statistics"
|
374
374
|
@content="<p>rutema statistics provide reports that present the results on a time axis<br/>At present you can see the ratio of successful vs. failed test cases over time grouped per configuration file.</p>"
|
375
|
-
@content<<"statistics reports require the
|
375
|
+
@content<<"statistics reports require the gruff gem which in turn depends on RMagick. gruff does not appear to be available!<br/>rutemaweb will not be able to produce statistics reports" unless StatisticsController.gruff_working?
|
376
376
|
@content
|
377
377
|
end
|
378
378
|
def config_report configuration=nil
|