rutemaweb 0.9.4 → 0.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
         
     |